summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-25 15:36:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-25 15:36:21 +0000
commit3a150b84617075d7bb5ec99c4bc0ad0fdb487b05 (patch)
tree08394ac58bb21613c63dedc9690f96f9e26b048d /Mk
parentUpdate to 0.2.7 (diff)
Make ports that install gconf data PREFIX-safe.
Discussed with: sobomax
Notes
Notes: svn path=/head/; revision=63535
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnomeng.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gnomeng.mk b/Mk/bsd.gnomeng.mk
index 9c1df0098de9..6204ee68c8f6 100644
--- a/Mk/bsd.gnomeng.mk
+++ b/Mk/bsd.gnomeng.mk
@@ -43,7 +43,8 @@ GNOME_HTML_DIR?= ${PREFIX}/share/doc
gnomeprefix_CONFIGURE_ARGS=--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-html-dir=${GNOME_HTML_DIR} \
- --disable-gtk-doc
+ --disable-gtk-doc \
+ --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
gnomeprefix_USE_GNOME_IMPL=gnomehier
gnomeaudio_RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio