summaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2006-08-07 17:20:16 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2006-08-07 17:20:16 +0000
commited901604d02c239eea77538d1a5082f16f711b64 (patch)
treef234e3e24042a3a4f3a118ab0e579aab7a095b54 /audio/libao
parent- Update to 2.1.0 (diff)
Don't clobber LIB_DEPENDS if several WITH_* options are set.
PR: 101469 Submitted by: jacula@gmail.com
Notes
Notes: svn path=/head/; revision=170018
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 3fb93b3855c3..aaed0cd66781 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libao
PORTVERSION= 0.8.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.xiph.org/ao/src/
@@ -28,7 +28,7 @@ MAKE_ENV= DOC=doc
MAN5= libao.conf.5
.if defined(WITH_ARTS)
-LIB_DEPENDS= artsc.0:${PORTSDIR}/audio/arts
+LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
PLIST_SUB+= ARTS=""
.else
CONFIGURE_ARGS+= --disable-arts
@@ -38,7 +38,7 @@ pre-everything::
.endif
.if defined(WITH_NAS)
-LIB_DEPENDS= audio.2:${PORTSDIR}/audio/nas
+LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
PLIST_SUB+= NAS=""
.else
CONFIGURE_ARGS+= --disable-nas