diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-19 22:03:28 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-19 22:03:28 +0000 |
commit | 8a65b2d5e66e50e73065ebb6c1adc2158eb34873 (patch) | |
tree | c5d975bc999b267709f861bd151b6ba44287a7f7 | |
parent | 087e3563e9412913b243c2249dfb982d7cf18395 (diff) | |
download | FreeBSD-ports-8a65b2d5e66e50e73065ebb6c1adc2158eb34873.zip FreeBSD-ports-8a65b2d5e66e50e73065ebb6c1adc2158eb34873.tar.gz |
Only depend on jack on FreeBSD 5.3+
-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 fa4f435..f877fe7 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 |