diff options
author | abs <abs@pkgsrc.org> | 2006-05-19 18:11:59 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-05-19 18:11:59 +0000 |
commit | dfb6ed8dc100c175dc5b9fdc6de73018e1d038ce (patch) | |
tree | 6aa46f1ff63ad0d243f0dc9653beca0685fe96cd /multimedia/mpeg4ip | |
parent | 943c305f47c0014337840ef221a83fe14069fabc (diff) | |
download | pkgsrc-dfb6ed8dc100c175dc5b9fdc6de73018e1d038ce.tar.gz |
+= to assign, not +
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 0a58fcd62d4..5550f6407fc 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/05/19 12:21:52 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2006/05/19 18:11:59 abs Exp $ # DISTNAME= mpeg4ip-1.4.1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mpeg4ip.sourceforge.net/ COMMENT= Tools for streaming video and audio -CONFLICTS+ faad2-[0-9]* +CONFLICTS+= faad2-[0-9]* USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |