aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ecasound/Makefile
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-05 22:53:39 +0800
committermarino <marino@FreeBSD.org>2014-07-05 22:53:39 +0800
commit67dc080e0c7713b13d6cd9aee16929bd0face59d (patch)
treeade8736151d5e26e742246fecd27643dedcd661d /audio/ecasound/Makefile
parent8b99f05e5ef699a721b3899cdc319c37bf010a4c (diff)
downloadfreebsd-ports-gnome-67dc080e0c7713b13d6cd9aee16929bd0face59d.tar.gz
freebsd-ports-gnome-67dc080e0c7713b13d6cd9aee16929bd0face59d.tar.zst
freebsd-ports-gnome-67dc080e0c7713b13d6cd9aee16929bd0face59d.zip
audio/ecasound: Use ports readline instead of system readline
Diffstat (limited to 'audio/ecasound/Makefile')
-rw-r--r--audio/ecasound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile
index f9cf951e90bd..0d25df36103c 100644
--- a/audio/ecasound/Makefile
+++ b/audio/ecasound/Makefile
@@ -21,11 +21,11 @@ OPTIONS_DEFINE= ALSA AUDIOFILE JACK LIBLO LIBOIL PYTHON SAMPLERATE SNDFILE
OPTIONS_DEFAULT=PYTHON
OPTIONS_SUB= yes
-USES= gmake libtool readline
+USES= gmake libtool readline:port
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-liblilv \
--disable-rubyecasound \
- --enable-sys-readline \
+ --enable-sys-readline=no \
--disable-arts
USE_LDCONFIG= yes