diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:41:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:41:11 +0000 |
commit | aa560a300b9f0464a737f96bf949d0f9186fde96 (patch) | |
tree | 0fab42aec73e708e0de8b75231f219a5a14269b6 /games | |
parent | BROKEN on 5.1: does not install (diff) |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81205
Diffstat (limited to '')
-rw-r--r-- | games/xdeblock/Makefile | 8 |
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> |