summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-05-19 12:21:52 +0000
committeradrianp <adrianp>2006-05-19 12:21:52 +0000
commita13911c98734198dd07ed40d752968e5e4d9779c (patch)
treeab6442f521469e77d7127892ba752cb417f46442 /audio/faad2
parente9d05924b26003f79cfddf171e23946e8a2185fc (diff)
downloadpkgsrc-a13911c98734198dd07ed40d752968e5e4d9779c.tar.gz
faad2 and mpeg4ip conflict on lib/libmp4v2.la so add the appropriate
CONFLICTS statement.
Diffstat (limited to 'audio/faad2')
-rw-r--r--audio/faad2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index edb716118e7..0205155ea04 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/03/04 21:28:54 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2006/05/19 12:21:52 adrianp Exp $
#
DISTNAME= faad2-2.0
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.audiocoding.com/
COMMENT= AAC decoding library
+CONFLICTS= mpeg4ip-[0-9]*
+
RESTRICTED= Dolby doesn't allow binary distributions
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}