From c5d08e42102d70dcbd448ae11773f148e7c79c69 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 25 Jun 2017 00:29:09 +0000 Subject: 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) --- biology/hmmer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biology/hmmer') diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index 0f9a976131ef..2deabb08cc86 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -30,7 +30,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES # HMMER is useless without SSE and any PC in use today should support it # Should probably also do enable-vmx on Power processors to enable # Altivec/VMX, but I don't have a machine to test this. -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "i386" +.if ${ARCH} == "amd64" || ${ARCH} == "i386" CONFIGURE_ARGS+=--enable-sse .endif -- cgit