diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 13:01:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 13:01:19 +0000 |
commit | 6b7331a878130fc6187bfba0ea32efd46f704f06 (patch) | |
tree | 22508008639f89902bda732831b8dfaf94a5de77 /lang/ici | |
parent | 3472ad386a4c99b1fd9f7a784a74894b661fc06a (diff) | |
download | FreeBSD-ports-6b7331a878130fc6187bfba0ea32efd46f704f06.zip FreeBSD-ports-6b7331a878130fc6187bfba0ea32efd46f704f06.tar.gz |
BROKEN on amd64: Does not compile
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 e30079f..c3ec1b7 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> |