diff options
-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 |