summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-06-29 11:49:59 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-06-29 11:49:59 +0800
commit1a4990768586973be49a597c8d6040fe6e8c4f30 (patch)
tree80ecd8b31ef6a8fdaed6a7c2bc6c67998e434aed /Mk
parent427cd70e0a4fa36571d6530abc72f11ae46d0515 (diff)
downloadmarcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.tar
marcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.tar.gz
marcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.tar.bz2
marcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.tar.lz
marcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.tar.xz
marcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.tar.zst
marcuscom-ports-1a4990768586973be49a597c8d6040fe6e8c4f30.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9094 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index c6bcad334..bc903ec06 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
-# $MCom: ports/Mk/bsd.gnome.mk,v 1.421 2007/06/25 20:59:00 mezz Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.422 2007/06/26 04:23:10 mezz Exp $
#
# Please view me with 4 column tabs!
@@ -689,9 +689,9 @@ ltverhack_PRE_PATCH+= for file in gnome-ltmain.sh gnome-libtool; do \
# Then traverse through all components, check which of them
# exist in ${_USE_GNOME} and set variables accordingly
+.ifdef _USE_GNOME
. for component in ${_USE_GNOME_ALL}
-_COMP_TEST= ${_USE_GNOME:M${component}}
-. if ${_COMP_TEST:S/${component}//}!=${_COMP_TEST:S/ / /g}
+. if ${_USE_GNOME:M${component}}!=""
PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS}
FETCH_DEPENDS+= ${${component}_FETCH_DEPENDS}
EXTRACT_DEPENDS+=${${component}_EXTRACT_DEPENDS}
@@ -732,6 +732,7 @@ GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH}
. endif
. endfor
.endif
+.endif
.if defined(GNOME_PRE_PATCH)