aboutsummaryrefslogtreecommitdiff
path: root/audio/ecasound
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2012-12-13 04:30:19 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2012-12-13 04:30:19 +0000
commit76c5dc02e2e5e6ed4287d4db86c1a4ff56f9c72d (patch)
treec97a9ea01764a84b5f9edc3978abae4b2d190d8d /audio/ecasound
parent7e2888a131517874aab72b1c7e09b6a9fc46e654 (diff)
downloadports-76c5dc02e2e5e6ed4287d4db86c1a4ff56f9c72d.tar.gz
ports-76c5dc02e2e5e6ed4287d4db86c1a4ff56f9c72d.zip
- Support USE_READLINE.
- Trim header. PR: ports/171959 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=308815
Diffstat (limited to 'audio/ecasound')
-rw-r--r--audio/ecasound/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile
index 22091e3c7359..55b2bd708fa3 100644
--- a/audio/ecasound/Makefile
+++ b/audio/ecasound/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ecasound
-# Date created: 22 dec 2000
-# Whom: The Anarcat <anarcat@anarcat.dyndns.org>
-#
+# Created by: The Anarcat <anarcat@anarcat.dyndns.org>
# $FreeBSD$
-#
PORTNAME= ecasound
PORTVERSION= 2.9.0
@@ -26,6 +22,7 @@ AUDIOFILE_DESC= Enable libaudiofile support
LO_DESC= Enable liblo support
OIL_DESC= Enable liboil support
+USE_READLINE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-liblilv \
@@ -44,10 +41,6 @@ MAN5= ecasoundrc.5
.include <bsd.port.options.mk>
-.if exists(${LOCALBASE}/lib/libreadline.so)
-LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline
-.endif
-
.if ${PORT_OPTIONS:MALSA}
LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
.else