aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-06-25 00:29:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-06-25 00:29:09 +0000
commit45cb752a04894d48090981be1a7d2f549f2b684f (patch)
treeec081b06d4ac1171d90c17f7c227c9b2007dc591 /print
parent5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff)
downloadports-45cb752a04894d48090981be1a7d2f549f2b684f.tar.gz
ports-45cb752a04894d48090981be1a7d2f549f2b684f.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)
Notes
Notes: svn path=/head/; revision=444251
Diffstat (limited to 'print')
-rw-r--r--print/auctex/Makefile1
-rw-r--r--print/pdflib/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 815c6154a940..a87c37870a24 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -13,7 +13,6 @@ COMMENT= Integrated environment for writing LaTeX using GNU Emacs
LICENSE= GPLv3
-NOT_FOR_ARCHS= ia64
USES= ghostscript gmake
USE_EMACS= yes
USE_TEX= latex texhash
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index 1631b1e3a93b..e3359ba84f7c 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -28,7 +28,7 @@ PERL_USES= perl5
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
CONFIGURE_ARGS+=--enable-64bit
.endif