diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 21:01:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 21:01:19 +0800 |
commit | 6b7331a878130fc6187bfba0ea32efd46f704f06 (patch) | |
tree | 22508008639f89902bda732831b8dfaf94a5de77 /lang | |
parent | 3472ad386a4c99b1fd9f7a784a74894b661fc06a (diff) | |
download | freebsd-ports-gnome-6b7331a878130fc6187bfba0ea32efd46f704f06.tar.gz freebsd-ports-gnome-6b7331a878130fc6187bfba0ea32efd46f704f06.tar.zst freebsd-ports-gnome-6b7331a878130fc6187bfba0ea32efd46f704f06.zip |
BROKEN on amd64: Does not compile
Diffstat (limited to 'lang')
-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> |