aboutsummaryrefslogtreecommitdiffstats
path: root/math/gambit
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:49:31 +0800
committerkris <kris@FreeBSD.org>2004-09-19 01:49:31 +0800
commite6af723b427131278badc3dc020fee3cfef66d18 (patch)
treedc1bf7a770ac357f185dc978d61310d4d01b4bc4 /math/gambit
parent8d05912892b859574e72655b0987937be881b688 (diff)
downloadfreebsd-ports-gnome-e6af723b427131278badc3dc020fee3cfef66d18.tar.gz
freebsd-ports-gnome-e6af723b427131278badc3dc020fee3cfef66d18.tar.zst
freebsd-ports-gnome-e6af723b427131278badc3dc020fee3cfef66d18.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'math/gambit')
-rw-r--r--math/gambit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index e2ddd8f5640f..f338b88a73a6 100644
--- a/math/gambit/Makefile
+++ b/math/gambit/Makefile
@@ -23,4 +23,10 @@ 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.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>