aboutsummaryrefslogtreecommitdiffstats
path: root/biology/hmmer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/hmmer/Makefile')
-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