aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-30 13:50:31 +0800
committerkris <kris@FreeBSD.org>2004-09-30 13:50:31 +0800
commit49e573190ac4f12f73aa2c448bd7b42647f1ec03 (patch)
treef24c94f9a9dc73ab7374d0027ae887834acbc609 /games
parent2e15b0662405383fb65f5b4d945a157c0ac5bc3a (diff)
downloadfreebsd-ports-gnome-49e573190ac4f12f73aa2c448bd7b42647f1ec03.tar.gz
freebsd-ports-gnome-49e573190ac4f12f73aa2c448bd7b42647f1ec03.tar.zst
freebsd-ports-gnome-49e573190ac4f12f73aa2c448bd7b42647f1ec03.zip
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'games')
-rw-r--r--games/xword/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xword/Makefile b/games/xword/Makefile
index 8c0e80c9c8f4..1bc7e0e0b339 100644
--- a/games/xword/Makefile
+++ b/games/xword/Makefile
@@ -20,4 +20,10 @@ LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Configure fails on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>