aboutsummaryrefslogtreecommitdiff
path: root/audio
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
parentea2752eaf11d951df7af771956cce88e9b9eb659 (diff)
downloadports-ed901604d02c239eea77538d1a5082f16f711b64.tar.gz
ports-ed901604d02c239eea77538d1a5082f16f711b64.zip
Notes
Diffstat (limited to 'audio')
-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