diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 13:01:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 13:01:19 +0000 |
commit | 7d67e034a0b7d944112600ec08176a4c8b5475d5 (patch) | |
tree | 9a14765332f23dce27bb659129c9db04a4a8d1b7 /lang/ici | |
parent | 47981fedc59b95a5110c036f31367f3967588788 (diff) | |
download | ports-7d67e034a0b7d944112600ec08176a4c8b5475d5.tar.gz ports-7d67e034a0b7d944112600ec08176a4c8b5475d5.zip |
BROKEN on amd64: Does not compile
Notes
Notes:
svn path=/head/; revision=107587
Diffstat (limited to 'lang/ici')
-rw-r--r-- | lang/ici/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ici/Makefile b/lang/ici/Makefile index e30079f1b94e..c3ec1b741825 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -26,6 +26,12 @@ ICIHDRS= ici.h icistr-setup.h ICIDOCS= doc/ici.pdf +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ici ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libici4.a ${PREFIX}/lib @@ -48,4 +54,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |