summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordrochner <drochner>2006-07-05 08:12:30 +0000
committerdrochner <drochner>2006-07-05 08:12:30 +0000
commit3040befe34a8d84d4e11c34d5a1856141a61d280 (patch)
tree8755985b2d30d562cae8b3cdd6abc3abfc123c3b /multimedia
parent0240b868ca55e7dae2c5613e44b8a997b0f50fd0 (diff)
downloadpkgsrc-3040befe34a8d84d4e11c34d5a1856141a61d280.tar.gz
Compensate for the --disable-annodex in Makefile.common so that the
plugin is still built. Pointed out by wiz. (It depends only on libxml2 which we need anyway, so this doesn't introduce an additional dependency.)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile
index 674503c35be..6bfb7a1e5d0 100644
--- a/multimedia/gst-plugins0.10-good/Makefile
+++ b/multimedia/gst-plugins0.10-good/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/06/14 11:23:17 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2006/07/05 08:12:30 drochner Exp $
#
.include "Makefile.common"
@@ -9,6 +9,11 @@ CONFIGURE_ARGS+= --enable-gconf
CONFIGURE_ARGS+= --enable-gconftool
CONFIGURE_ARGS+= --enable-zlib
+# We depend on libxml anyway (indirectly through GConf2), so this
+# doesn't hurt. Just make it explicite.
+CONFIGURE_ARGS+= --enable-annodex
+.include "../../textproc/libxml2/buildlink3.mk"
+
GCONF2_SCHEMAS= gstreamer-0.10.schemas
.include "../../devel/GConf2/schemas.mk"