diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-10 11:35:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-10 11:35:31 +0000 |
commit | 51942eeac13888d0dd92a146ad9f8df086349fda (patch) | |
tree | 7f7c89cae417992e9d33d5d232c743e3b9d1e50e /multimedia/gst-plugins0.10-good | |
parent | 87a8bd844afd30a98438f2cb3c543caee6d19ce6 (diff) | |
download | pkgsrc-51942eeac13888d0dd92a146ad9f8df086349fda.tar.gz |
fix CONFLICTS entry (noticed by wiz), bump PKGREVISION
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-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 |