Sun Nov 28 01:26:04 2010 UTC ()
gtk-doc is not required to build.


(obache)
diff -r1.13 -r1.14 pkgsrc/multimedia/gst-plugins0.10-base/Makefile

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

--- pkgsrc/multimedia/gst-plugins0.10-base/Attic/Makefile 2010/02/16 13:14:31 1.13
+++ pkgsrc/multimedia/gst-plugins0.10-base/Attic/Makefile 2010/11/28 01:26:04 1.14
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.13 2010/02/16 13:14:31 drochner Exp $ 1# $NetBSD: Makefile,v 1.14 2010/11/28 01:26:04 obache 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
9# some plugins were moved from bad to base 9# some plugins were moved from bad to base
10CONFLICTS+= gst-plugins0.10-bad<0.10.10 10CONFLICTS+= gst-plugins0.10-bad<0.10.10
11 11
12USE_TOOLS+= perl:run 12USE_TOOLS+= perl:run
13 13
14PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in 14PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
15 15
16REPLACE_PERL+= tools/gst-visualise-m.m 16REPLACE_PERL+= tools/gst-visualise-m.m
17 17
18# only useful if gstreamer was built with the "gstcheck" option 18# only useful if gstreamer was built with the "gstcheck" option
19TEST_TARGET= check-torture 19TEST_TARGET= check-torture
20 20
21# soft dependency only, .pc file not needed 21# soft dependency only, .pc file not needed
22#.include "../../textproc/iso-codes/buildlink3.mk" 22#.include "../../textproc/iso-codes/buildlink3.mk"
23 23
24.include "../../textproc/gtk-doc/buildlink3.mk" 
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"