diff options
Diffstat (limited to 'lang/gambit-c/Makefile')
-rw-r--r-- | lang/gambit-c/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index b94030174133..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,9 +28,11 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ MAKEFILE= makefile INFO= gambit + +GAMBIT_VERSION= 409007 PLIST_SUB= GAMBIT_VERSION=${GAMBIT_VERSION} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> |