summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-01-18 17:26:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-01-18 17:26:25 +0000
commit639e6f4bc0ef7c565c5cb76b334fda24af10a6d0 (patch)
tree91b33ce492b5e07d15759825e932d8abf86de0c5 /games
parentFix INDEX: p5-Catalyst-View-Templated is in www, not devel. (diff)
- Mark BROKEN on amd64/5
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=205787
Diffstat (limited to 'games')
-rw-r--r--games/djgame2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile
index 9583daf52c01..cfc7f9456344 100644
--- a/games/djgame2/Makefile
+++ b/games/djgame2/Makefile
@@ -27,6 +27,12 @@ MAKE_ENV= QMAKESPEC="{QMAKESPEC}"
WRKSRC= ${WRKDIR}/${DISTNAME}
DATADIR= ${PREFIX}/share/djgame2
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000 && ${ARCH} == "amd64"
+BROKEN= libLandLord does not compile
+.endif
+
post-patch:
${RM} -f ${WRKSRC}/Hall/HallRes/platform/x11/install
@${SED} -e 's|%%DATADIR%%|${DATADIR}|' \
@@ -56,4 +62,4 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/djgame2.desktop ${PREFIX}/share/applications
${INSTALL_SCRIPT} ${WRKDIR}/startdjg ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>