diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-11 09:39:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-11 09:39:29 +0800 |
commit | 99018274207983f74f338d9ab5f17088849b1336 (patch) | |
tree | 6abf97bea464227806d13519ba578e04cd46ef0d /Mk | |
parent | 1bbf99ca98810c1356bcd0081d0ca3ccce6c137e (diff) | |
download | freebsd-ports-gnome-99018274207983f74f338d9ab5f17088849b1336.tar.gz freebsd-ports-gnome-99018274207983f74f338d9ab5f17088849b1336.tar.zst freebsd-ports-gnome-99018274207983f74f338d9ab5f17088849b1336.zip |
Gack, forgot a '_' in the last commit. USE_GNOME will only work if gconf2
was explicitly requested. Use _USE_GNOME instead.
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 89ae57e380f0..918aa09b4e92 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:Mgconf2}!="" +.if ${_USE_GNOME:Mgconf2}!="" pre-install: gnome-pre-install gnome-pre-install: |