summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-23 14:55:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-23 14:55:28 +0800
commitf919350d5e44e14768cebec8d73d358808bb2a82 (patch)
tree783e8cfc8a8a88ec6b4d2e7e6d5b0a51aaa0dce0
parentdc476f836eba0e825410d49cdbc848b44834c11b (diff)
downloadmarcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.tar
marcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.tar.gz
marcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.tar.bz2
marcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.tar.lz
marcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.tar.xz
marcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.tar.zst
marcuscom-ports-f919350d5e44e14768cebec8d73d358808bb2a82.zip
Make sure _USE_GNOME is defined before we use it.
Reported by: ahze git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3307 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gnome.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 520c91e00..a2997efb5 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -635,9 +635,11 @@ GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH}
. endfor
.endif
+.if defined(_USE_GNOME)
.if ${_USE_GNOME:Mgnomeprefix}!=""
MTREE_FILE?= ${GNOME_MTREE}
.endif
+.endif
.if defined(GNOME_PRE_PATCH)
USE_REINPLACE= yes