diff options
-rw-r--r-- | games/deal/Makefile | 4 | ||||
-rw-r--r-- | lang/gforth/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/games/deal/Makefile b/games/deal/Makefile index e04fc4faed33..6a266a1b3e6f 100644 --- a/games/deal/Makefile +++ b/games/deal/Makefile @@ -27,6 +27,10 @@ do-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Does not compile +.endif + .if ${ARCH} == "ia64" BROKEN= Does not compile on ia64 .endif diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 3767ae3fcc8f..b711369bb9bb 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -46,6 +46,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Does not compile +.endif + .if !defined(WITHOUT_FFCALL) BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall .endif |