diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-25 23:36:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-25 23:36:21 +0800 |
commit | 093b7b108149a89e9663636596ea5170ba9c7e12 (patch) | |
tree | 2b4e1c6fe9635a94e60b3c03d888750b39bc1de0 /Mk/bsd.gnomeng.mk | |
parent | ba05cb72506e804d5c881952ec48168a809b6869 (diff) | |
download | freebsd-ports-gnome-093b7b108149a89e9663636596ea5170ba9c7e12.tar.gz freebsd-ports-gnome-093b7b108149a89e9663636596ea5170ba9c7e12.tar.zst freebsd-ports-gnome-093b7b108149a89e9663636596ea5170ba9c7e12.zip |
Make ports that install gconf data PREFIX-safe.
Discussed with: sobomax
Diffstat (limited to 'Mk/bsd.gnomeng.mk')
-rw-r--r-- | Mk/bsd.gnomeng.mk | 3 |
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 |