aboutsummaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-10 01:48:31 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-10 01:48:31 +0000
commit09fdfbffe7896e1b91504766115296141dfbe209 (patch)
tree2b9eab8b5c6d4a79e1a414d2fcb9bfd104216191 /audio/faac
parent402489847e1a105a4e355be5067cf0a97dbdd4f5 (diff)
downloadports-09fdfbffe7896e1b91504766115296141dfbe209.tar.gz
ports-09fdfbffe7896e1b91504766115296141dfbe209.zip
Notes
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 1925825723fc..74662381e6bd 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