aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-29 10:51:17 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-29 10:51:17 +0000
commit50cfaa4e6fcab618e09fd1cfbe9c2f4e150c872f (patch)
treed80405872d9164391971687ea522d61362566822 /x11-toolkits
parent4930ed9b21206aaf3e5f06d1120fb46e146c5621 (diff)
downloadports-50cfaa4e6fcab618e09fd1cfbe9c2f4e150c872f.tar.gz
ports-50cfaa4e6fcab618e09fd1cfbe9c2f4e150c872f.zip
This port is already stage safe.
While here convert to more approriate USE_GCC=yes.
Notes
Notes: svn path=/head/; revision=328670
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/girara/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.options.mk>
.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}