diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-26 03:52:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-26 03:52:37 +0800 |
commit | 08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7 (patch) | |
tree | 90c97e913bc4b1a1f7e9cb876faf3b0082134897 | |
parent | 0e460a0c1b0d4a64265bb9dce6a28a0815bdbc60 (diff) | |
download | marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.tar marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.tar.gz marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.tar.bz2 marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.tar.lz marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.tar.xz marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.tar.zst marcuscom-ports-08dd60d48051f50b6f5b5597e45a3d0e2cfdf2b7.zip |
Make sure that the GConf schemas are installed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7149 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 96d1da694..6d8cf2af3 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -1,5 +1,5 @@ # $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.34 2006/06/09 20:24:02 ahze Exp $ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.60 2006/08/01 22:38:06 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.61 2006/08/14 04:16:37 mezz Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -177,6 +177,7 @@ gst_flac_LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac gst_gconf_USE_GNOME+= gnomeprefix gconf2 gst_gconf_GST_PLUGIN_DIR= ext/gconf \ gconf +gst_gconf_CONFIGURE_ARGS+= --enable-schemas-install gst_gconf_GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas gst_gconf_PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so \ ${GST_LIB_DIR}/libgstgconfelements.a \ |