summaryrefslogtreecommitdiff
path: root/lang/gambit-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gambit-c/Makefile')
-rw-r--r--lang/gambit-c/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile
index ba8465681626..e52d169e39ae 100644
--- a/lang/gambit-c/Makefile
+++ b/lang/gambit-c/Makefile
@@ -1,11 +1,9 @@
PORTNAME= gambit-c
-PORTVERSION= 4.9.6
DISTVERSIONPREFIX= v
+DISTVERSION= 4.9.7
PORTEPOCH= 1
CATEGORIES= lang
-GAMBIT_VERSION= 409006
-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Gambit programming system where the compiler generates portable C code
WWW= https://gambitscheme.org
@@ -30,12 +28,11 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \
MAKEFILE= makefile
INFO= gambit
-PLIST_SUB= GAMBIT_VERSION=${GAMBIT_VERSION}
-OPTIONS_DEFINE= DOCS GCC
-OPTIONS_DEFAULT= GCC
+GAMBIT_VERSION= 409007
+PLIST_SUB= GAMBIT_VERSION=${GAMBIT_VERSION}
-GCC_DESC= Build with GCC from ports
+OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>