diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:29:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:29:36 +0000 |
commit | 476ea8d39202d7f3fea86c49b5284a957c3ea626 (patch) | |
tree | c4b7d41c5a480b211ec3bfdeca17351188da4134 /lang | |
parent | dea564204a70e13ac3953eaaa34f0f7724f0e05b (diff) | |
download | ports-476ea8d39202d7f3fea86c49b5284a957c3ea626.tar.gz ports-476ea8d39202d7f3fea86c49b5284a957c3ea626.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smalltalk/Makefile | 8 |
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> |