diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-11 09:11:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-11 09:11:58 +0800 |
commit | c7623203a03daee63c6de0991bb9f9ed9cb52b45 (patch) | |
tree | 9e3927991286ca26c8ded4e2da830afa29bf0c33 /Mk/bsd.gnome.mk | |
parent | 34cc1a6a66ead8c5e7385d43fb68d1a50001ac92 (diff) | |
download | marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.tar marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.tar.gz marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.tar.bz2 marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.tar.lz marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.tar.xz marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.tar.zst marcuscom-ports-c7623203a03daee63c6de0991bb9f9ed9cb52b45.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
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2638 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.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 97376c840..25d649f44 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -626,7 +626,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: |