diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | dc5a91849daa1b6319fde79952b64d293ea9671c (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/gst-plugins0.10-v4l2 | |
parent | 54d66907a078a1af4a7fb19e6fd2645e909fd1d4 (diff) | |
download | pkgsrc-dc5a91849daa1b6319fde79952b64d293ea9671c.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/gst-plugins0.10-v4l2')
-rw-r--r-- | multimedia/gst-plugins0.10-v4l2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-v4l2/Makefile b/multimedia/gst-plugins0.10-v4l2/Makefile index fd9d420120c..9b52d8b7460 100644 --- a/multimedia/gst-plugins0.10-v4l2/Makefile +++ b/multimedia/gst-plugins0.10-v4l2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/09/15 10:05:48 obache Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/08 09:21:03 asau Exp $ # GST_PLUGINS0.10_NAME= v4l2 @@ -6,8 +6,6 @@ GST_PLUGINS0.10_DIRS= sys/v4l2 GST_PLUGINS0.10_FLAGS= gst_v4l2 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" |