diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-20 06:03:28 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-20 06:03:28 +0800 |
commit | 8a65b2d5e66e50e73065ebb6c1adc2158eb34873 (patch) | |
tree | c5d975bc999b267709f861bd151b6ba44287a7f7 /audio | |
parent | 087e3563e9412913b243c2249dfb982d7cf18395 (diff) | |
download | freebsd-ports-graphics-8a65b2d5e66e50e73065ebb6c1adc2158eb34873.tar.gz freebsd-ports-graphics-8a65b2d5e66e50e73065ebb6c1adc2158eb34873.tar.zst freebsd-ports-graphics-8a65b2d5e66e50e73065ebb6c1adc2158eb34873.zip |
Only depend on jack on FreeBSD 5.3+
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 fa4f4355b6f..f877fe7b3eb 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 |