svn commit: r360754 - head/audio/ecasound

John Marino marino at FreeBSD.org
Sat Jul 5 14:53:39 UTC 2014


Author: marino
Date: Sat Jul  5 14:53:39 2014
New Revision: 360754
URL: http://svnweb.freebsd.org/changeset/ports/360754
QAT: https://qat.redports.org/buildarchive/r360754/

Log:
  audio/ecasound: Use ports readline instead of system readline

Modified:
  head/audio/ecasound/Makefile

Modified: head/audio/ecasound/Makefile
==============================================================================
--- head/audio/ecasound/Makefile	Sat Jul  5 14:53:37 2014	(r360753)
+++ head/audio/ecasound/Makefile	Sat Jul  5 14:53:39 2014	(r360754)
@@ -21,11 +21,11 @@ OPTIONS_DEFINE=	ALSA AUDIOFILE JACK LIBL
 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
 


More information about the svn-ports-all mailing list