diff options
Diffstat (limited to 'audio/gst-plugins0.10-twolame')
-rw-r--r-- | audio/gst-plugins0.10-twolame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gst-plugins0.10-twolame/Makefile b/audio/gst-plugins0.10-twolame/Makefile index 2efb5901739..bdd05238e76 100644 --- a/audio/gst-plugins0.10-twolame/Makefile +++ b/audio/gst-plugins0.10-twolame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/02/28 18:43:41 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2012/03/03 00:14:24 wiz Exp $ # GST_PLUGINS0.10_NAME= twolame @@ -7,6 +7,7 @@ GST_PLUGINS0.10_DIRS= ext/twolame PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" +PKGREVISION=1 .include "../../audio/twolame/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |