diff options
author | drochner <drochner> | 2008-03-10 11:35:31 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-03-10 11:35:31 +0000 |
commit | 74076d5311e9148350f60cb5422d8dfa86c7f13b (patch) | |
tree | 7f7c89cae417992e9d33d5d232c743e3b9d1e50e | |
parent | 7d2cccf5a54ce2d60e57704eb7bc7c3012f5c1cf (diff) | |
download | pkgsrc-74076d5311e9148350f60cb5422d8dfa86c7f13b.tar.gz |
fix CONFLICTS entry (noticed by wiz), bump PKGREVISION
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile index 4192fdd9499..29df7c202bb 100644 --- a/multimedia/gst-plugins0.10-good/Makefile +++ b/multimedia/gst-plugins0.10-good/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2008/02/28 19:32:21 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2008/03/10 11:35:31 drochner Exp $ # .include "Makefile.common" +PKGREVISION= 1 + COMMENT+= good plugins # some plugins were moved from bad to good -CONFLICTS+= gst-plugins0.10-bad<0.10.7 +CONFLICTS+= gst-plugins0.10-bad<0.10.6 CONFIGURE_ARGS+= --enable-gconf CONFIGURE_ARGS+= --enable-gconftool |