diff options
author | pav <pav@FreeBSD.org> | 2005-02-20 07:37:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-20 07:37:42 +0800 |
commit | bd62d8ebc93631f35905281e1bd033330654256f (patch) | |
tree | 00d47a9a9450c9c4735d111f4b3d76f139dc0f1d /math/gambit/Makefile | |
parent | 2fec2bfe3d8678c39cf211e9957f228aa2591ff6 (diff) | |
download | freebsd-ports-gnome-bd62d8ebc93631f35905281e1bd033330654256f.tar.gz freebsd-ports-gnome-bd62d8ebc93631f35905281e1bd033330654256f.tar.zst freebsd-ports-gnome-bd62d8ebc93631f35905281e1bd033330654256f.zip |
- Update to 0.97.0.7 and unbreak
PR: ports/77730
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'math/gambit/Makefile')
-rw-r--r-- | math/gambit/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 6034c1e7fe4e..acb772e37601 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gambit -PORTVERSION= 0.97.0.5 -PORTREVISION= 3 +PORTVERSION= 0.97.0.7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,10 +22,4 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config MAKE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |