diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:50:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:50:31 +0000 |
commit | 78efa1039556c2932093b7d59614defb1ed8006c (patch) | |
tree | 69dceace848ca27e43c06bd283dcb34eb808bf17 /games/xword | |
parent | f3ab1adcfbd79c5c443dd5096c32371d01fc481c (diff) | |
download | ports-78efa1039556c2932093b7d59614defb1ed8006c.tar.gz ports-78efa1039556c2932093b7d59614defb1ed8006c.zip |
Notes
Diffstat (limited to 'games/xword')
-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> |