mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
This commit is contained in:
parent
c8310fcd1e
commit
41be4627c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115877
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user