diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-27 01:00:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-27 01:00:59 +0800 |
commit | 20fdab7a3b6fafd8bfedc3f78e7757848bf2292f (patch) | |
tree | 843a311dab28a728fbb93cf24cb75830a76dade3 /Mk | |
parent | ad8cbff4bc5211873b0df5c22096f9fd707d966f (diff) | |
download | marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.tar marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.tar.gz marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.tar.bz2 marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.tar.lz marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.tar.xz marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.tar.zst marcuscom-ports-20fdab7a3b6fafd8bfedc3f78e7757848bf2292f.zip |
${_USE_GNOME} -> ${_USE_GNOME:O:u}, so it will removing the double stuff. I
didn't notice this because I always test in the 'make *-depeneds-list' and
now I noticed it when I ran 'make depends'. Yikes, a lot of pkgconfig in the
list!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17003 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index ad9c58354..7d1c2ae8e 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.564 2012/07/23 04:48:51 mezz Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.566 2012/07/26 09:09:58 kwm Exp $ # # Please view me with 4 column tabs! @@ -829,7 +829,7 @@ GNOME_PRE_PATCH+= ${lthacks_PRE_PATCH} CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV} . endif -. for component in ${_USE_GNOME} +. for component in ${_USE_GNOME:O:u} . if defined(${component}_PATCH_DEPENDS) PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} . endif |