summaryrefslogtreecommitdiff
path: root/games/mythserver/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-18 03:06:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-18 03:06:43 +0000
commit09b75386b52994e0672f162dadda9766a08ca9a2 (patch)
tree3340778c6f9f31c1510894f69faef80eece76336 /games/mythserver/Makefile
parentUpdate to 0.50.4.1. From the official announcement: (diff)
Mark broken on 5.x.
Notes
Notes: svn path=/head/; revision=91539
Diffstat (limited to 'games/mythserver/Makefile')
-rw-r--r--games/mythserver/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile
index 873a015d6957..43a4db1f1d5f 100644
--- a/games/mythserver/Makefile
+++ b/games/mythserver/Makefile
@@ -18,6 +18,12 @@ USE_ZIP= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/metaserver2open/spaghetti
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
pre-everything::
@${ECHO_CMD} "#############################################"
@${ECHO_CMD} " IMPORTANT!"
@@ -37,4 +43,4 @@ do-install:
@${TOUCH} ${PREFIX}/share/${PORTNAME}/db/orders.dat
@${TOUCH} ${PREFIX}/share/${PORTNAME}/db/users.dat
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>