diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-09-21 20:02:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-09-21 20:02:21 +0000 |
commit | 5c924492775d19d0966655f53b211d44896eab0a (patch) | |
tree | c450d023a0562a667042aac1398ce82514423048 /math/p5-Math-Int128/Makefile | |
parent | d4b666fb8fd322c6f8d81ba8a403ed683490b90b (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Int128/Makefile')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index d85c48d43ef8..ea7e0c88ceca 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -16,21 +16,12 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Math-Int64>=0.51:math/p5-Math-Int64 RUN_DEPENDS= p5-Math-Int64>=0.51:math/p5-Math-Int64 -USES= perl5 +USES= compiler:c11 perl5 USE_PERL5= configure NOT_FOR_ARCHS= armv6 i386 -.include <bsd.port.pre.mk> - -# need clang 3.2+ or GCC 4.4+ -.if exists(/usr/bin/clang) -CC= /usr/bin/clang -.else -USE_GCC= yes -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int128/Int128.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> |