summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-12-12 14:04:24 +0000
committerlofi <lofi@FreeBSD.org>2006-12-12 14:04:24 +0000
commit3db57dc30aa7c9be03f58a208ccadab0be89310f (patch)
tree38e1ac4ee593d97d3f700370a43544e08215e8b2
parentffef747ef1ae683d74f391dc377412c20a08a5c7 (diff)
downloadFreeBSD-ports-3db57dc30aa7c9be03f58a208ccadab0be89310f.zip
FreeBSD-ports-3db57dc30aa7c9be03f58a208ccadab0be89310f.tar.gz
Don't depend on jack on 4.x anymore, since the latest jack update broke
it there. Note to committers: Please check dependencies before conditionally marking something BROKEN. You may inadvertently cut down half of the ports tree when all you meant to do was removing a leaf.
-rw-r--r--audio/arts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 4d6863e..36b04ce 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -47,7 +47,7 @@ OPTIONS= ESD "Enable esound support" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
-.if (${OSVERSION} < 500000 ) || (${OSVERSION} > 502102 )
+.if ${OSVERSION} > 502102
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
.endif
.endif
OpenPOWER on IntegriCloud