diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-05 03:30:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-05 03:30:08 +0000 |
commit | 9a6ec832fdd498f9ee42834c69328ea3550eddfc (patch) | |
tree | db800a445d5ee4752586acda52e16d4133d0f1c1 /lang/gcl/Makefile | |
parent | 763c655809b537e4539813c3a7d0d411dc45ca3b (diff) | |
download | ports-9a6ec832fdd498f9ee42834c69328ea3550eddfc.tar.gz ports-9a6ec832fdd498f9ee42834c69328ea3550eddfc.zip |
Notes
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 74e562a59ecc..3bfc9bf57b04 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcl PORTVERSION= 2.6.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang tcl tk MASTER_SITES= GNU @@ -19,7 +19,7 @@ LIB_DEPENDS= libgmp.so:math/gmp WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake readline -USE_GCC= yes +USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_AWK="${LOCALBASE}/bin/gawk" \ C_INCLUDE_PATH="${PREFIX}/include" LIBRARY_PATH="${PREFIX}/lib" |