diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-11 01:39:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-11 01:39:29 +0000 |
commit | ee594fcdc5978791b06ae52545111f6b45016b50 (patch) | |
tree | 37c364c5c94276278b9c951c0d6b545ea080067b /Mk | |
parent | Update to 2.6.1.2. (diff) |
Gack, forgot a '_' in the last commit. USE_GNOME will only work if gconf2
was explicitly requested. Use _USE_GNOME instead.
Notes
Notes:
svn path=/head/; revision=115886
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: |