aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/girara
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-29 18:51:17 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-29 18:51:17 +0800
commit611662c389b2d1c11c1715f3d8467a42f123d416 (patch)
treed80405872d9164391971687ea522d61362566822 /x11-toolkits/girara
parentf455920263f25f7525e7afe9e74fae87e3ca6278 (diff)
downloadfreebsd-ports-gnome-611662c389b2d1c11c1715f3d8467a42f123d416.tar.gz
freebsd-ports-gnome-611662c389b2d1c11c1715f3d8467a42f123d416.tar.zst
freebsd-ports-gnome-611662c389b2d1c11c1715f3d8467a42f123d416.zip
This port is already stage safe.
While here convert to more approriate USE_GCC=yes.
Diffstat (limited to 'x11-toolkits/girara')
-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}