diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-12 22:04:24 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-12 22:04:24 +0800 |
commit | 3db57dc30aa7c9be03f58a208ccadab0be89310f (patch) | |
tree | 38e1ac4ee593d97d3f700370a43544e08215e8b2 /audio | |
parent | ffef747ef1ae683d74f391dc377412c20a08a5c7 (diff) | |
download | freebsd-ports-graphics-3db57dc30aa7c9be03f58a208ccadab0be89310f.tar.gz freebsd-ports-graphics-3db57dc30aa7c9be03f58a208ccadab0be89310f.tar.zst freebsd-ports-graphics-3db57dc30aa7c9be03f58a208ccadab0be89310f.zip |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 4d6863ec6c3..36b04ce22f0 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 |