diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 22:03:28 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 22:03:28 +0000 |
commit | bc2781531a7bac2320bedb567e0e83412ad7378f (patch) | |
tree | 545dab1776142986dee91fb4dad6a5d6a23baed7 /audio/arts/Makefile | |
parent | f2f8530e3990055c450c7c0a2723ae89dc0e0dc5 (diff) |
Notes
Diffstat (limited to 'audio/arts/Makefile')
-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 fa4f4355b6fa..f877fe7b3eb4 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 |