aboutsummaryrefslogtreecommitdiffstats
path: root/games/xye
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
commit7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch)
tree4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/xye
parent9eca9d9c3be542fb7d2775295de32351162caa11 (diff)
downloadfreebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/xye')
-rw-r--r--games/xye/Makefile8
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>