summaryrefslogtreecommitdiff
path: root/audio/freeamp
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-20 19:05:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-20 19:05:37 +0000
commitb4cf3d35c2aa1f8a96a13283012e4b85e0c4988a (patch)
treee46e97171aad673c5c4143afbb38bfbd858bc590 /audio/freeamp
parentUse perl expression to fix path to sendmail rather than using (diff)
o If either WITH_LIBARTS or WITH_VORBIS were defined, LIB_DEPENDS
information was being lost. Fix this o Also, correctly LIB_DEPENDS on artsc.0 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=51897
Diffstat (limited to 'audio/freeamp')
-rw-r--r--audio/freeamp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/freeamp/Makefile b/audio/freeamp/Makefile
index 88d85a04da6c..95fc9570ef56 100644
--- a/audio/freeamp/Makefile
+++ b/audio/freeamp/Makefile
@@ -43,7 +43,7 @@ PLIST_SUB+= ESOUND="@comment "
.endif
.if defined(WITH_LIBARTS) || defined(WITH_ALL_PLUGINS)
-LIB_DEPENDS= libartsc.0:${PORTSDIR}/x11/kdelibs2
+LIB_DEPENDS+= artsc.0:${PORTSDIR}/x11/kdelibs2
PLIST_SUB+= LIBARTS=""
.else
CONFIGURE_ARGS+= --disable-arts
@@ -51,7 +51,7 @@ PLIST_SUB+= LIBARTS="@comment "
.endif
.if defined(WITH_VORBIS) || defined(WITH_ALL_PLUGINS)
-LIB_DEPENDS= vorbis.0:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= VORBIS=""
.else
CONFIGURE_ARGS+= --disable-vorbis