diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-21 14:23:37 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-21 14:23:37 +0800 |
commit | af903c63a757e7bbc63e5a1a73407550dc47b3f9 (patch) | |
tree | 9c8d5855e9ece507aac6c4527f113bef4b52b0ee /textproc/uim | |
parent | db8955606d0e1c93aa4904ecc5ebb37ab68b98f0 (diff) | |
download | freebsd-ports-gnome-af903c63a757e7bbc63e5a1a73407550dc47b3f9.tar.gz freebsd-ports-gnome-af903c63a757e7bbc63e5a1a73407550dc47b3f9.tar.zst freebsd-ports-gnome-af903c63a757e7bbc63e5a1a73407550dc47b3f9.zip |
Mark as IGNORE on ia64: not yet ported to ia64.
Hat: portmgr
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 478f781b9660..7259bc43a494 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -62,6 +62,10 @@ PLIST_SUB+= X11="" .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +IGNORE= not yet ported to ia64 +.endif + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --enable-storage=fatty .endif |