diff options
Diffstat (limited to 'multimedia/gst-plugins0.10-x264/Makefile')
-rw-r--r-- | multimedia/gst-plugins0.10-x264/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-x264/Makefile b/multimedia/gst-plugins0.10-x264/Makefile index cfab249faa5..3c00d900e4d 100644 --- a/multimedia/gst-plugins0.10-x264/Makefile +++ b/multimedia/gst-plugins0.10-x264/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2012/06/14 07:44:17 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/15 10:05:49 obache Exp $ # GST_PLUGINS0.10_NAME= x264 GST_PLUGINS0.10_DIRS= ext/x264 -PKGREVISION= 1 +PKGREVISION= 2 PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" -PKGREVISION=1 # need shared lib BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1 |