diff options
author | Stefan Eßer <se@FreeBSD.org> | 2019-05-18 09:51:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2019-05-18 09:51:17 +0000 |
commit | 8cee86f02595a5b32d0ab6cfbc7d798cbe103ab4 (patch) | |
tree | c35dfbab4d4810321797fdd7019975ad03377785 /math/gh-bc | |
parent | 6911bc13fae80d00e4f992a321d39ad21b310983 (diff) | |
download | ports-8cee86f02595a5b32d0ab6cfbc7d798cbe103ab4.tar.gz ports-8cee86f02595a5b32d0ab6cfbc7d798cbe103ab4.zip |
Notes
Diffstat (limited to 'math/gh-bc')
-rw-r--r-- | math/gh-bc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 47208504cb1f..ca32e91ca852 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -2,6 +2,7 @@ PORTNAME= bc PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= gh- @@ -11,13 +12,13 @@ COMMENT= GNU compatible bc/dc calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= gavinhoward HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= -G +CFLAGS+= --std=c99 CONFLICTS_INSTALL= gnubc-[0-9]* |