diff options
author | adrianp <adrianp> | 2006-05-19 12:21:52 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-05-19 12:21:52 +0000 |
commit | 1d7b9cf5060a6e0165c8991bc184bf535a21a491 (patch) | |
tree | ab6442f521469e77d7127892ba752cb417f46442 /multimedia | |
parent | 416c3225cb2a4115713fafefa00e8f2f1e84627a (diff) | |
download | pkgsrc-1d7b9cf5060a6e0165c8991bc184bf535a21a491.tar.gz |
faad2 and mpeg4ip conflict on lib/libmp4v2.la so add the appropriate
CONFLICTS statement.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 1dc8bfe35ce..0a58fcd62d4 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/05/09 02:38:44 hira Exp $ +# $NetBSD: Makefile,v 1.4 2006/05/19 12:21:52 adrianp Exp $ # DISTNAME= mpeg4ip-1.4.1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mpeg4ip.sourceforge.net/ COMMENT= Tools for streaming video and audio +CONFLICTS+ faad2-[0-9]* + USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |