summaryrefslogtreecommitdiffstats
path: root/audio/faac
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-05-10 01:48:31 +0000
committerahze <ahze@FreeBSD.org>2006-05-10 01:48:31 +0000
commit76a945b2525e80a3a10b0ec63e4a393411a68e91 (patch)
tree6982546f753a70f929531b6886b8cacee5b73425 /audio/faac
parent353e22b794f35bfd58ce48f291d2aa251a97a5a3 (diff)
downloadFreeBSD-ports-76a945b2525e80a3a10b0ec63e4a393411a68e91.zip
FreeBSD-ports-76a945b2525e80a3a10b0ec63e4a393411a68e91.tar.gz
- Since mpeg4ip support is on by default test for WITHOUT_MPEG4IP instead of
WITH_MPEG4IP
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 1925825..7466238 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -7,7 +7,7 @@
PORTNAME= faac
PORTVERSION= 1.24
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= faac
@@ -38,7 +38,7 @@ OPTIONS= MPEG4IP "Enable mpeg4 audio encoding" On
WITH_MPEG4IP=yes
.endif
-.if defined(WITH_MPEG4IP)
+.if !defined(WITHOUT_MPEG4IP) || defined(WITH_MPEG4IP)
LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
.endif
OpenPOWER on IntegriCloud