diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
commit | c5d08e42102d70dcbd448ae11773f148e7c79c69 (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /textproc | |
parent | d8546a60b4e8aaa6ea5579bab8bf414d0f3a7fc8 (diff) | |
download | freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.gz freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.zst freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.zip |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 952454944526..3bfba79f5e8e 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -59,11 +59,7 @@ 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" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --enable-storage=fatty .endif |