diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-26 23:20:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-26 23:20:20 +0000 |
commit | 10512536aab615abf04a24dc5110eb41d9d66310 (patch) | |
tree | 6812edbb6bd71fcc561c98e3f7746a76e5a34f7c /lang/bigloo | |
parent | 2d87c0883b7a6dbd718c410b823e4892114eb812 (diff) | |
download | ports-10512536aab615abf04a24dc5110eb41d9d66310.tar.gz ports-10512536aab615abf04a24dc5110eb41d9d66310.zip |
Notes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index de0b40504054..9bc862dcec6e 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -42,8 +42,8 @@ post-configure: .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !i386 and !amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-install: install-info |