From 50cfaa4e6fcab618e09fd1cfbe9c2f4e150c872f Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sun, 29 Sep 2013 10:51:17 +0000 Subject: This port is already stage safe. While here convert to more approriate USE_GCC=yes. --- x11-toolkits/girara/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/girara/Makefile b/x11-toolkits/girara/Makefile index 59b5c6cabbe1..c2a9dcc214cc 100644 --- a/x11-toolkits/girara/Makefile +++ b/x11-toolkits/girara/Makefile @@ -13,7 +13,6 @@ USE_GNOME= glib20 gtk20 USES= gmake pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes .include .if exists(/usr/bin/clang) && ${OSVERSION} > 900014 @@ -21,7 +20,7 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .if ${PORT_OPTIONS:MNLS} -- cgit v1.2.3