diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 09:29:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 09:29:36 +0800 |
commit | 163d11b454b962adc2876e336f284ed549fad2b9 (patch) | |
tree | f603d0506c8c262586723a78a8ace68d09a92576 /lang/smalltalk | |
parent | c12648b8cbb21c4620ee3f9927a6eaf74b103001 (diff) | |
download | freebsd-ports-gnome-163d11b454b962adc2876e336f284ed549fad2b9.tar.gz freebsd-ports-gnome-163d11b454b962adc2876e336f284ed549fad2b9.tar.zst freebsd-ports-gnome-163d11b454b962adc2876e336f284ed549fad2b9.zip |
BROKEN on !i386 and !alpha: Does not compile
Diffstat (limited to 'lang/smalltalk')
-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> |