diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 12:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 12:47:20 +0000 |
commit | 89bc7fbdd158a0088a6b13b2a20a73226483d9b9 (patch) | |
tree | d8415222e0a7aac90a9bf07414ac82fe73bde13d /math/gambit | |
parent | First step at deorbitting esound: (diff) |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
Notes
Notes:
svn path=/head/; revision=493853
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index a93497893ac3..56eacbcfbdb1 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -3,7 +3,7 @@ PORTNAME= gambit DISTVERSION= 16.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} |