pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mpeg4ip += to assign, not +



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6024900bc00f
branches:  trunk
changeset: 513035:6024900bc00f
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri May 19 18:11:59 2006 +0000

description:
+= to assign, not +

diffstat:

 multimedia/mpeg4ip/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r edcdd30151b2 -r 6024900bc00f multimedia/mpeg4ip/Makefile
--- a/multimedia/mpeg4ip/Makefile       Fri May 19 17:22:18 2006 +0000
+++ b/multimedia/mpeg4ip/Makefile       Fri May 19 18:11:59 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index