diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 14:07:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 14:07:06 +0800 |
commit | 6d179b4c94c1f3ae46d830bfb802449e28fe8b00 (patch) | |
tree | e1cc6299a70d1f921764b7a40b698f96b711a726 /Mk/bsd.gnome.mk | |
parent | a4ecba57b38f293f2c96bcf56a71add033d469f7 (diff) | |
download | marcuscom-ports-6d179b4c94c1f3ae46d830bfb802449e28fe8b00.tar.gz marcuscom-ports-6d179b4c94c1f3ae46d830bfb802449e28fe8b00.tar.zst marcuscom-ports-6d179b4c94c1f3ae46d830bfb802449e28fe8b00.zip |
Fix a problem with the removal of USE_GNOME=yes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10951 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 9cf126053..9ddfeed4c 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.457 2008/05/14 02:24:39 marcus Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.458 2008/05/14 05:37:55 marcus Exp $ # # Please view me with 4 column tabs! @@ -633,6 +633,7 @@ USE_GNOME+= gtk12 .endif # End of obsolete macros +.if defined(USE_GNOME) # First of all expand all USE_GNOME_IMPL recursively . for component in ${_USE_GNOME_ALL} . for subcomponent in ${${component}_USE_GNOME_IMPL} |