aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-06-25 08:29:09 +0800
committerlinimon <linimon@FreeBSD.org>2017-06-25 08:29:09 +0800
commitc5d08e42102d70dcbd448ae11773f148e7c79c69 (patch)
treeec081b06d4ac1171d90c17f7c227c9b2007dc591 /biology
parentd8546a60b4e8aaa6ea5579bab8bf414d0f3a7fc8 (diff)
downloadfreebsd-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 'biology')
-rw-r--r--biology/hmmer/Makefile2
1 files changed, 1 insertions, 1 deletions
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