aboutsummaryrefslogtreecommitdiff
path: root/games/djgame2
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/djgame2
parent07803401b6809db0135a5bed45075daa4650319b (diff)
downloadports-639e6f4bc0ef7c565c5cb76b334fda24af10a6d0.tar.gz
ports-639e6f4bc0ef7c565c5cb76b334fda24af10a6d0.zip
Notes
Diffstat (limited to 'games/djgame2')
-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>