diff options
author | kris <kris@FreeBSD.org> | 2004-09-30 13:50:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-30 13:50:31 +0800 |
commit | 49e573190ac4f12f73aa2c448bd7b42647f1ec03 (patch) | |
tree | f24c94f9a9dc73ab7374d0027ae887834acbc609 /games | |
parent | 2e15b0662405383fb65f5b4d945a157c0ac5bc3a (diff) | |
download | freebsd-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/Makefile | 8 |
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> |