diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
commit | 95d4074d8705aa53ae5b4d29e1cf661915510ea7 (patch) | |
tree | 8faf04c1c75d686de4b4032499fe5b2a290498ff /multimedia/gst-plugins0.10-v4l2 | |
parent | 4ee4e2163dc84ce151dab6ca394c0ca724e588e7 (diff) | |
download | pkgsrc-95d4074d8705aa53ae5b4d29e1cf661915510ea7.tar.gz |
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Diffstat (limited to 'multimedia/gst-plugins0.10-v4l2')
-rw-r--r-- | multimedia/gst-plugins0.10-v4l2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-v4l2/Makefile b/multimedia/gst-plugins0.10-v4l2/Makefile index 9011b5e8cc2..fd9d420120c 100644 --- a/multimedia/gst-plugins0.10-v4l2/Makefile +++ b/multimedia/gst-plugins0.10-v4l2/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 07:44:18 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/15 10:05:48 obache Exp $ # GST_PLUGINS0.10_NAME= v4l2 GST_PLUGINS0.10_DIRS= sys/v4l2 GST_PLUGINS0.10_FLAGS= gst_v4l2 -PKGREVISION= 1 +PKGREVISION= 2 PKG_DESTDIR_SUPPORT= user-destdir ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-* .include "../../multimedia/gst-plugins0.10-good/Makefile.common" -PKGREVISION=1 CONFIGURE_ARGS+= --with-libv4l2 |