summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2007-02-08 21:30:24 +0000
committerdrochner <drochner>2007-02-08 21:30:24 +0000
commit0287d26006b95b8dea2f0c59f0c65f44fcf503ac (patch)
treec76ca9f76813e317e5a6d8469e4749b44770ca99 /multimedia/gst-plugins0.10-base/Makefile
parent918378d3b108ff9dae8984a662a3a41adb4db5b4 (diff)
downloadpkgsrc-0287d26006b95b8dea2f0c59f0c65f44fcf503ac.tar.gz
add "test" targets (which only make sense if gstreamer was built with
the "gstcheck" option, but do no harm otherwise)
Diffstat (limited to 'multimedia/gst-plugins0.10-base/Makefile')
-rw-r--r--multimedia/gst-plugins0.10-base/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile b/multimedia/gst-plugins0.10-base/Makefile
index 994992089fa..4f5bded73cc 100644
--- a/multimedia/gst-plugins0.10-base/Makefile
+++ b/multimedia/gst-plugins0.10-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/05/10 16:42:39 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2007/02/08 21:30:24 drochner Exp $
#
.include "Makefile.common"
@@ -12,4 +12,7 @@ PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-base.pc.in
REPLACE_PERL+= tools/gst-visualise-m.m
+# only useful if gstreamer was built with the "gstcheck" option
+TEST_TARGET= check-torture
+
.include "../../mk/bsd.pkg.mk"