diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-03 22:26:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-03 22:26:17 +0000 |
commit | 13002ebab090e9357f5a0511c5b14be7164e9599 (patch) | |
tree | 99be77ddb4134603879e978df64ce7226f77fc3e /multimedia | |
parent | 0de8744e7fd780a8c88bdc1814bfe4a3d07ba3d5 (diff) | |
download | pkgsrc-13002ebab090e9357f5a0511c5b14be7164e9599.tar.gz |
dd conflict with mp4v2.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmp4v2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile index 02d4cad061d..26a2e5fa351 100644 --- a/multimedia/libmp4v2/Makefile +++ b/multimedia/libmp4v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 09:21:07 asau Exp $ +# $NetBSD: Makefile,v 1.11 2012/12/03 22:26:17 wiz Exp $ DISTNAME= mpeg4ip-1.6.1 PKGNAME= libmp4v2-1.6.1 @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mpeg4ip.sourceforge.net/ COMMENT= Library for reading and modifying mp4 files -CONFLICTS+= mpeg4ip<1.5.0.1 +CONFLICTS+= mpeg4ip<1.5.0.1 mp4v2-[0-9]* USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |