summaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 01:29:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 01:29:36 +0000
commit476ea8d39202d7f3fea86c49b5284a957c3ea626 (patch)
treec4b7d41c5a480b211ec3bfdeca17351188da4134 /lang/smalltalk/Makefile
parentBROKEN on amd64: Configure fails (diff)
BROKEN on !i386 and !alpha: Does not compile
Notes
Notes: svn path=/head/; revision=103927
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index d47c01fd9864..d5d510a24dc5 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -42,6 +42,12 @@ CONFIGURE_ARGS+= --with-tcl=no
PLIST_SUB+= TCLTK="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Does not compile on !i386 and !alpha"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@@ -54,4 +60,4 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>