summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-24 09:24:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-24 09:24:42 +0800
commit3af44e4247659f83d8a336108bb4c36539193d22 (patch)
treeefad230e89d7a196dbfa101eae43e646e1596dd6 /Mk
parentfd964415bb7c41e4b7ec8e53ff62f67239390a2b (diff)
downloadmarcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.tar
marcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.tar.gz
marcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.tar.bz2
marcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.tar.lz
marcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.tar.xz
marcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.tar.zst
marcuscom-ports-3af44e4247659f83d8a336108bb4c36539193d22.zip
Add the ability to specify an alternate GCONF_CONFIG_SOURCE and alternate
GCONF_CONFIG_OPTIONs. This will be used to ensure backward compatibility with gconf applications. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2408 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 7437598dd..b5cc5ffca 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -68,12 +68,14 @@ gnomehier_DETECT= ${X11BASE}/share/gnome/.keep_me
gnomehier_RUN_DEPENDS= ${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier
GNOME_HTML_DIR?= ${PREFIX}/share/doc
+GCONF_CONFIG_OPTIONS?=
+GCONF_CONFIG_SOURCE?=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/etc/gconf/gconf.xml.defaults
gnomeprefix_CONFIGURE_ENV=GTKDOC="false"
gnomeprefix_CONFIGURE_ARGS=--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-html-dir=${GNOME_HTML_DIR} \
--disable-gtk-doc \
- --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
+ --with-gconf-source=${GCONF_CONFIG_SOURCE}
gnomeprefix_USE_GNOME_IMPL=gnomehier
gnometarget_CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}