aboutsummaryrefslogtreecommitdiff
path: root/games/exult
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
commit73f86248bd7ce88d58060cf621b9d29042826aa6 (patch)
treefb4cf443300cde8186ddf6c943f98d6e3d8a1ebb /games/exult
parent8431636b7ccbd518acde913ee6432450ec082499 (diff)
downloadports-73f86248bd7ce88d58060cf621b9d29042826aa6.tar.gz
ports-73f86248bd7ce88d58060cf621b9d29042826aa6.zip
Notes
Diffstat (limited to 'games/exult')
-rw-r--r--games/exult/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile
index 3727ff419dc2..2156b3612747 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -34,6 +34,12 @@ CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include \
MAN6= exult.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/exult ${PREFIX}/bin
@${MKDIR} ${DATADIR}
@@ -55,4 +61,4 @@ post-install:
@${ECHO_MSG} "* Please, read ${DOCSDIR}/README for additional information"
@${ECHO_MSG} "******************************************************************************"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>