aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-03-30 04:55:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-03-30 04:55:48 +0800
commit14c85708edcf8576731b7d05159f09b23f3a2c0b (patch)
tree48174aacf5e49140f187a928443df69e0d10a214 /biology
parent65a33b722566ebb328303e9890f16cdab1a3dbef (diff)
downloadfreebsd-ports-gnome-14c85708edcf8576731b7d05159f09b23f3a2c0b.tar.gz
freebsd-ports-gnome-14c85708edcf8576731b7d05159f09b23f3a2c0b.tar.zst
freebsd-ports-gnome-14c85708edcf8576731b7d05159f09b23f3a2c0b.zip
- Use more appropriate BROKEN instead of IGNORE
PR: 208367 Submitted by: bacon4000@gmail.com (maintainer) Suggested by: rakuco
Diffstat (limited to 'biology')
-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: