summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-20 07:29:02 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-20 07:29:02 +0800
commit5705246ca7d8added61cd41f981e187995b13827 (patch)
tree63de96718ee13086e9bfaca7e9d57b06c2467746 /multimedia/gstreamer-plugins
parentdf77d3d1ca797f5ead441870676aec7139b3ffb5 (diff)
downloadmarcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.tar
marcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.tar.gz
marcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.tar.bz2
marcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.tar.lz
marcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.tar.xz
marcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.tar.zst
marcuscom-ports-5705246ca7d8added61cd41f981e187995b13827.zip
Correct the dependency for gstreamer-plugins-gdkpixbuf, which gdkpixbuf is for
GTK+1 and GTK+2 already has it included. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3088 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index dfaf324a9..54f227ced 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -154,7 +154,7 @@ LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac
# gdkpixbuf
.if ${GST_PLUGIN}=="gdkpixbuf"
-USE_GNOME+= gdkpixbuf
+USE_GNOME+= gtk20
GST_PLUGIN_DIR= ext/gdk_pixbuf
.endif