From d5fe5211b8790d9df26a56341e20268181f4ce48 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 11 Aug 2004 01:36:26 +0000 Subject: Gack, forgot a '_' in the last commit. USE_GNOME will only work if gconf2 was explicitly requested. Use _USE_GNOME instead. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2639 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gnome.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 25d649f44..36f9a0c42 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:Mgconf2}!="" +.if ${_USE_GNOME:Mgconf2}!="" pre-install: gnome-pre-install gnome-pre-install: -- cgit