diff options
author | drochner <drochner> | 2007-02-08 21:30:24 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-02-08 21:30:24 +0000 |
commit | 762f26e112237509f3e65393c555ee010804589b (patch) | |
tree | c76ca9f76813e317e5a6d8469e4749b44770ca99 /multimedia/gst-plugins0.10-good/Makefile | |
parent | 18277d541325de09561615ff36afc812c2541936 (diff) | |
download | pkgsrc-762f26e112237509f3e65393c555ee010804589b.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-good/Makefile')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile index e2e9de3b498..cf3a7e0b25b 100644 --- a/multimedia/gst-plugins0.10-good/Makefile +++ b/multimedia/gst-plugins0.10-good/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/10/12 13:33:58 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/08 21:30:24 drochner Exp $ # .include "Makefile.common" @@ -16,6 +16,9 @@ CONFIGURE_ARGS+= --enable-annodex GCONF2_SCHEMAS= gstreamer-0.10.schemas +# only useful if gstreamer was built with the "gstcheck" option +TEST_TARGET= check-torture + post-install: ${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \ ${GCONF2_SCHEMAS_DIR} |