From bc2781531a7bac2320bedb567e0e83412ad7378f Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Tue, 19 Dec 2006 22:03:28 +0000 Subject: Only depend on jack on FreeBSD 5.3+ --- audio/arts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/arts/Makefile') 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 .if ${ARCH} == "i386" || ${ARCH} == "amd64" -.if (${OSVERSION} < 500000 ) || (${OSVERSION} > 502102 ) +.if ${OSVERSION} > 502102 LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack .endif .endif -- cgit v1.2.3