diff options
author | kris <kris@FreeBSD.org> | 2004-10-29 05:08:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-10-29 05:08:42 +0800 |
commit | 658f91430b151288f9b31d51aa0f44895cafe1de (patch) | |
tree | 2b61d7c327bc71d0d0873859f9234bbcf55c5d3f /games | |
parent | 472a6bedfe0c773573a8e891d0e54cbb32306b5d (diff) | |
download | freebsd-ports-gnome-658f91430b151288f9b31d51aa0f44895cafe1de.tar.gz freebsd-ports-gnome-658f91430b151288f9b31d51aa0f44895cafe1de.tar.zst freebsd-ports-gnome-658f91430b151288f9b31d51aa0f44895cafe1de.zip |
Now builds on FreeBSD 5.x.
Diffstat (limited to 'games')
-rw-r--r-- | games/xword/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/xword/Makefile b/games/xword/Makefile index 1bc7e0e0b339..8c0e80c9c8f4 100644 --- a/games/xword/Makefile +++ b/games/xword/Makefile @@ -20,10 +20,4 @@ LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Configure fails on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |