aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>