From b9ff0bade6a8cb7f37bc4f7d62b0d100351897ba Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 23 Feb 2004 05:19:11 +0000 Subject: [PATCH] BROKEN on !i386 and !sparc64: Does not compile --- lang/forth/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 020fa2c2d194..9f7200ef81d6 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -24,6 +24,12 @@ CONFIGURE_ARGS= --disable-float MAN1= pfe.1 +.include + +.if ${ARCH} != "i386" && ${ARCH} != "sparc64" +BROKEN= "Does not compile on !i386 and !sparc64" +.endif + post-install: ${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @@ -31,4 +37,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${PREFIX}/share/doc/pfe .endif -.include +.include