diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/xye | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200772
Diffstat (limited to 'games/xye')
-rw-r--r-- | games/xye/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile index 88dace3602f9..bac23fb50912 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -20,10 +20,4 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |