From 20fdab7a3b6fafd8bfedc3f78e7757848bf2292f Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 26 Jul 2012 17:00:59 +0000 Subject: ${_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 --- Mk/bsd.gnome.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk') 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 -- cgit v1.2.3