summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-02-16 13:14:31 +0000
committerdrochner <drochner@pkgsrc.org>2010-02-16 13:14:31 +0000
commit4e435ee3184a781dafda1faa6ba7f1ecc80579b0 (patch)
tree51b4a5f264b34da42cb27981dabbf6034ecf1adb /multimedia/gst-plugins0.10-base/Makefile
parent9a42e1ecc23f4a0ab367043a149368f646b6e031 (diff)
downloadpkgsrc-4e435ee3184a781dafda1faa6ba7f1ecc80579b0.tar.gz
update to 0.10.26
changes: -many fixes to playbin2 -libgsttag: add utility functions for ISO-639 language codes and tags -theora: port to 'new' theora 1.0 API -more fixes and improvements
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 c59193b002c..ed77bcb02ee 100644
--- a/multimedia/gst-plugins0.10-base/Makefile
+++ b/multimedia/gst-plugins0.10-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/05/25 16:10:52 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2010/02/16 13:14:31 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,5 +18,8 @@ REPLACE_PERL+= tools/gst-visualise-m.m
# only useful if gstreamer was built with the "gstcheck" option
TEST_TARGET= check-torture
+# soft dependency only, .pc file not needed
+#.include "../../textproc/iso-codes/buildlink3.mk"
+
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"