diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-28 11:44:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-28 11:44:03 +0000 |
commit | f4acfee81c44419ecd072abea0d89beabe5c83cc (patch) | |
tree | 782926c19bb5a16fc8f6e931cf69cae8e5b7ba06 /math | |
parent | 5693cd12dfabbe6a0c133b37bc7e03c4bc8ec833 (diff) | |
download | ports-f4acfee81c44419ecd072abea0d89beabe5c83cc.tar.gz ports-f4acfee81c44419ecd072abea0d89beabe5c83cc.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 4 |
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> |