From 01410e49a92ed1d25b4428986e0244963d17e4ee Mon Sep 17 00:00:00 2001 From: vs Date: Fri, 8 Apr 2005 07:21:44 +0000 Subject: Mark as BROKEN on sparc64/CURRENT PR: ports/79640 Submitted by: krisbot via maintainer --- lang/afnix/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang') diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 13149e13bff9..557c4b8a7086 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -26,6 +26,10 @@ MAN1= afnix.1 axc.1 axd.1 axl.1 .include +.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 FreeBSD >= 6.x" +.endif + do-configure: @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o -- cgit