aboutsummaryrefslogtreecommitdiff
path: root/audio/ecasound/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-28 13:54:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-28 13:54:47 +0000
commit505daaf521c32eb4380b899dd992b4de2af2ea59 (patch)
treea365bdee8eeb2bef1fc117c5f2f6ca2fc384b932 /audio/ecasound/Makefile
parent30523fa0e62f610147471e15833b3e0b2390aa23 (diff)
downloadports-505daaf521c32eb4380b899dd992b4de2af2ea59.tar.gz
ports-505daaf521c32eb4380b899dd992b4de2af2ea59.zip
Convert from USE_AUTOTOOLS=libtool -> USES=libtool
While here: - audio/esound: * use @sample * use install-strip target to strip binaires - audio/Maaate: * strip binaries - audio/xmms-festalon: * strip binaries - audio/freealut * strip binaries
Notes
Notes: svn path=/head/; revision=352503
Diffstat (limited to 'audio/ecasound/Makefile')
-rw-r--r--audio/ecasound/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile
index 15d4c09eda89..f9cf951e90bd 100644
--- a/audio/ecasound/Makefile
+++ b/audio/ecasound/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ecasound
PORTVERSION= 2.9.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ecasound.seul.org/download/ \
http://nosignal.fi/download/ \
@@ -20,8 +21,8 @@ OPTIONS_DEFINE= ALSA AUDIOFILE JACK LIBLO LIBOIL PYTHON SAMPLERATE SNDFILE
OPTIONS_DEFAULT=PYTHON
OPTIONS_SUB= yes
-USES= gmake readline
-USE_AUTOTOOLS= libtool
+USES= gmake libtool readline
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-liblilv \
--disable-rubyecasound \
--enable-sys-readline \