aboutsummaryrefslogtreecommitdiff
path: root/audio/ecasound
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-05 14:53:39 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-05 14:53:39 +0000
commitdb4f809ebf57d945f6eb42e2fa7911def079d430 (patch)
treeade8736151d5e26e742246fecd27643dedcd661d /audio/ecasound
parentb3b746bd135e2b1ed0b65b3519a091237273d121 (diff)
downloadports-db4f809ebf57d945f6eb42e2fa7911def079d430.tar.gz
ports-db4f809ebf57d945f6eb42e2fa7911def079d430.zip
audio/ecasound: Use ports readline instead of system readline
Notes
Notes: svn path=/head/; revision=360754
Diffstat (limited to 'audio/ecasound')
-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