diff options
Diffstat (limited to 'games/xdeblock')
-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> |