aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-11-19 02:47:34 +0800
committermezz <mezz@FreeBSD.org>2006-11-19 02:47:34 +0800
commitfdc089e4416b5402df6533a77f2202e8591f8cea (patch)
treedd9613a0915556c96b256cc979d172d337eed7ba /multimedia
parentb4cfd2e5cc18d6005064364de31fa8435349c43a (diff)
downloadfreebsd-ports-gnome-fdc089e4416b5402df6533a77f2202e8591f8cea.tar.gz
freebsd-ports-gnome-fdc089e4416b5402df6533a77f2202e8591f8cea.tar.zst
freebsd-ports-gnome-fdc089e4416b5402df6533a77f2202e8591f8cea.zip
Fix the INDEX build for the old FreeBSD (4.x).
Reported by: a few Submitted by: shaun
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common5
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 0e8d97052438..daa8480158f1 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -63,6 +63,11 @@ UGLY_GST_ALL_PLUGINS+= \
mpeg2dec \
sidplay
+.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS}
+gst_${i}_GCONF_SCHEMAS?= # Empty
+gst_${i}_USE_SDL?= # Empty
+.endfor
+
CONFIG_GST_PLUGINS= gnome_vfs
GST_ALL_PLUGINS= ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} \
${GOOD_GST_ALL_PLUGINS} ${UGLY_ALL_PLUGINS} \