aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Int128
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-28 11:44:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-28 11:44:03 +0000
commitf4acfee81c44419ecd072abea0d89beabe5c83cc (patch)
tree782926c19bb5a16fc8f6e931cf69cae8e5b7ba06 /math/p5-Math-Int128
parent5693cd12dfabbe6a0c133b37bc7e03c4bc8ec833 (diff)
downloadports-f4acfee81c44419ecd072abea0d89beabe5c83cc.tar.gz
ports-f4acfee81c44419ecd072abea0d89beabe5c83cc.zip
our default gcc ports version 4.6, change USE_GCC to yes.
Submitted by: gerald@ Approved by: maintainer (implicit, no functional change)
Notes
Notes: svn path=/head/; revision=325516
Diffstat (limited to 'math/p5-Math-Int128')
-rw-r--r--math/p5-Math-Int128/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile
index e292a6ff0efd..c868360ec6c1 100644
--- a/math/p5-Math-Int128/Makefile
+++ b/math/p5-Math-Int128/Makefile
@@ -26,11 +26,11 @@ MAN3= Math::Int128.3 \
.include <bsd.port.pre.mk>
-# need clang 3.2+ or gcc 4.4+
+# need clang 3.2+ or GCC 4.4+
.if exists(/usr/bin/clang) && ${OSVERSION} > 901505
CC= /usr/bin/clang
.else
-USE_GCC= 4.4+
+USE_GCC= yes
.endif
.include <bsd.port.post.mk>