diff options
Diffstat (limited to 'games/xword/Makefile')
-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> |