aboutsummaryrefslogtreecommitdiff
path: root/games/xdeblock
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:41:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:41:11 +0000
commitaa560a300b9f0464a737f96bf949d0f9186fde96 (patch)
tree0fab42aec73e708e0de8b75231f219a5a14269b6 /games/xdeblock
parent6f3b0fc35b9c665a1efe7ce24b4e74e2a25a9ce5 (diff)
downloadports-aa560a300b9f0464a737f96bf949d0f9186fde96.tar.gz
ports-aa560a300b9f0464a737f96bf949d0f9186fde96.zip
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81205
Diffstat (limited to 'games/xdeblock')
-rw-r--r--games/xdeblock/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xdeblock/Makefile b/games/xdeblock/Makefile
index 763483038437..d354cb0fd143 100644
--- a/games/xdeblock/Makefile
+++ b/games/xdeblock/Makefile
@@ -14,6 +14,12 @@ DISTFILES= ${PORTNAME}.tgz
MAINTAINER= nakai@FreeBSD.org
COMMENT= Block action game
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
WRKSRC= ${WRKDIR}/xdeblo_v1.0
USE_IMAKE= yes
USE_XPM= yes
@@ -28,4 +34,4 @@ do-install:
${CHMOD} 777 ${PREFIX}/lib/X11/xdeblock/mapf
${INSTALL_DATA} ${WRKSRC}/mapf/*.txt ${PREFIX}/lib/X11/xdeblock/mapf
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>