diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-24 12:50:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-24 12:50:17 +0000 |
commit | 00a90a11b7bc70cd66a01a889ebf6a30f16a66fb (patch) | |
tree | af5c04852a57dd9904292fa53a6e957dce4193dc | |
parent | 16e2ec87e424bfc49860a984d556731db878d8a9 (diff) | |
download | pkgsrc-00a90a11b7bc70cd66a01a889ebf6a30f16a66fb.tar.gz |
Only allow on NetBSD-[5-9]* and Linux.
-rw-r--r-- | multimedia/gst-plugins0.10-v4l2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-v4l2/Makefile b/multimedia/gst-plugins0.10-v4l2/Makefile index ac2c19f9465..1aea2861995 100644 --- a/multimedia/gst-plugins0.10-v4l2/Makefile +++ b/multimedia/gst-plugins0.10-v4l2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 13:13:33 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/24 12:50:17 wiz Exp $ # GST_PLUGINS0.10_NAME= v4l2 @@ -7,6 +7,8 @@ GST_PLUGINS0.10_FLAGS= gst_v4l2 PKG_DESTDIR_SUPPORT= user-destdir +ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* + .include "../../multimedia/gst-plugins0.10-good/Makefile.common" .include "../../mk/bsd.pkg.mk" |