diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 05:07:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 05:07:13 +0000 |
commit | 1b69c2102231820d1d7a0c1b567918ebf5526102 (patch) | |
tree | 28731c4a0ba32e00a9f6b35c3236e38add5bedcd /math | |
parent | c12220ba5f28c13e21482b0db5f7eedc6aa1eb46 (diff) | |
download | ports-1b69c2102231820d1d7a0c1b567918ebf5526102.tar.gz ports-1b69c2102231820d1d7a0c1b567918ebf5526102.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/sleef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sleef/Makefile b/math/sleef/Makefile index 9ec23abc59a2..a29a55b0a43f 100644 --- a/math/sleef/Makefile +++ b/math/sleef/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt IGNORE_FreeBSD_10= base compiler too old -USES= cmake:outsource +USES= cmake:outsource compiler:c11 USE_LDCONFIG= yes USE_GITHUB= yes |