diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-11 09:16:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-11 09:16:04 +0800 |
commit | 237e23103c32de9ce45bdde5d4c39c11c3bf8c81 (patch) | |
tree | 21551c8a81d186716e449e7a87ac17e0d30ebb9b /Mk | |
parent | 5b27a6b8aca50804c71d68131421a1d2a2108425 (diff) | |
download | freebsd-ports-gnome-237e23103c32de9ce45bdde5d4c39c11c3bf8c81.tar.gz freebsd-ports-gnome-237e23103c32de9ce45bdde5d4c39c11c3bf8c81.tar.zst freebsd-ports-gnome-237e23103c32de9ce45bdde5d4c39c11c3bf8c81.zip |
Correct a check for gconf2 presence that was causing gconf.xml.defaults to
be created regardless of whether or not gconf2 support was requested.
Reported by: lofi
Tested by: lofi
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 491fb09c3b12..89ae57e380f0 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -609,7 +609,7 @@ PLIST_SUB+= GNOMEDESKTOP:="@comment " NOGNOMEDESKTOP:="" CONFIGURE_FAIL_MESSAGE= "Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at ${MAINTAINER}, and attach \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an \`ls ${PKG_DBDIR}\`)." .endif -.if ${_USE_GNOME_ALL:Mgconf2}!="" +.if ${USE_GNOME:Mgconf2}!="" pre-install: gnome-pre-install gnome-pre-install: |