diff options
Diffstat (limited to 'devel/gst-plugins0.10-pango/Makefile')
-rw-r--r-- | devel/gst-plugins0.10-pango/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gst-plugins0.10-pango/Makefile b/devel/gst-plugins0.10-pango/Makefile index fa814fe366e..2b7ad57e673 100644 --- a/devel/gst-plugins0.10-pango/Makefile +++ b/devel/gst-plugins0.10-pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/02/28 18:43:42 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2012/03/03 00:12:55 wiz Exp $ # GST_PLUGINS0.10_NAME= pango @@ -8,6 +8,7 @@ GST_PLUGINS0.10_FLAGS= pango PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/gst-plugins0.10-base/Makefile.common" +PKGREVISION=1 .include "../../devel/pango/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |