diff options
-rw-r--r-- | games/xdeblock/Makefile | 8 | ||||
-rw-r--r-- | misc/afbackup/Makefile | 8 |
2 files changed, 14 insertions, 2 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> diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index e9f4604543f7..6e1605c92aa1 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/afbackup-3.3.5 PLIST= ${WRKSRC}/pkg-plist BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + .if ! defined(NO_DES) USE_OPENSSL= yes CONFIG_WITH_DES= --with-des --with-des-header=openssl/des.h \ @@ -193,4 +199,4 @@ post-install: @${ECHO} "-------------------------------------------------------------------" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |