From 7349ebe58e0cf5149d626910a57ec4341b2ec19c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 21 Jan 2012 18:54:09 +0000 Subject: [PATCH] - Extend BROKEN tag to all amd64 Reported by: pointyhat --- devel/nant/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/nant/Makefile b/devel/nant/Makefile index 4d668f3e145f..3eeeb0509ac3 100644 --- a/devel/nant/Makefile +++ b/devel/nant/Makefile @@ -27,8 +27,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include -.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" -BROKEN= fails to build on 9.X +.if ${ARCH} == "amd64" +BROKEN= fails to build .endif post-patch: