Sun Nov 9 22:38:53 2008 UTC ()
Needs gtk-doc as well. Build fix, so no PKGREVISION ++


(wiz)
diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins0.10-base/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/multimedia/gst-plugins0.10-base/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-base/Attic/Makefile 2008/06/20 01:09:27 1.8
+++ pkgsrc/multimedia/gst-plugins0.10-base/Attic/Makefile 2008/11/09 22:38:53 1.9
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:27 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2008/11/09 22:38:53 wiz Exp $
2# 2#
3PKG_DESTDIR_SUPPORT= user-destdir 3PKG_DESTDIR_SUPPORT= user-destdir
4 4
5.include "Makefile.common" 5.include "Makefile.common"
6 6
7COMMENT+= base plugins 7COMMENT+= base plugins
8 8
9USE_TOOLS+= perl:run 9USE_TOOLS+= perl:run
10 10
11PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in 11PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
12 12
13REPLACE_PERL+= tools/gst-visualise-m.m 13REPLACE_PERL+= tools/gst-visualise-m.m
14 14
15# only useful if gstreamer was built with the "gstcheck" option 15# only useful if gstreamer was built with the "gstcheck" option
16TEST_TARGET= check-torture 16TEST_TARGET= check-torture
17 17
 18.include "../../textproc/gtk-doc/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"