diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-12 14:04:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-12 14:04:24 +0000 |
commit | 530d2b987655bd6b30139b404458d22a8b41b16e (patch) | |
tree | 30ffa3615d7c2d763aecb72bed01a83b129ebf8e /audio/arts | |
parent | 34b6cd81a7968f774a4ee76277297eed2320fa9c (diff) | |
download | ports-530d2b987655bd6b30139b404458d22a8b41b16e.tar.gz ports-530d2b987655bd6b30139b404458d22a8b41b16e.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.
Notes
Notes:
svn path=/head/; revision=179568
Diffstat (limited to 'audio/arts')
-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 4d6863ec6c3f..36b04ce22f09 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 |