summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:19:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:19:11 +0000
commitb9ff0bade6a8cb7f37bc4f7d62b0d100351897ba (patch)
treebd8c3598191d51a82ce9548e53099f51eb31c2be /lang
parentBROKEN on !i386: does not compile (diff)
BROKEN on !i386 and !sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=101824
Diffstat (limited to 'lang')
-rw-r--r--lang/forth/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>