aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--biology/jellyfish/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/biology/jellyfish/Makefile b/biology/jellyfish/Makefile
index 7f0d46d9b8e9..f427a40f6a73 100644
--- a/biology/jellyfish/Makefile
+++ b/biology/jellyfish/Makefile
@@ -26,16 +26,14 @@ GH_PROJECT= Jellyfish
INSTALL_TARGET= install-strip
+BROKEN_FreeBSD_9_i386= multiple code issues on i386 < 10.0-RELEASE
+
.include <bsd.port.pre.mk>
# SSE code assumes amd64 features
.if ${ARCH} != "amd64"
-.if ${OSVERSION} < 1000000
-IGNORE= multiple code issues on i386 < 10.0-RELEASE
-.else
CONFIGURE_ARGS+=--without-sse
.endif
-.endif
# configure does not support --with-pkgconfigdir
post-patch: