diff options
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 |