aboutsummaryrefslogtreecommitdiff
path: root/audio/arts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r--audio/arts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 36b04ce22f09..fa4f4355b6fa 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= arts
-PORTVERSION= 1.5.4
+PORTVERSION= 1.5.5
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
@@ -47,7 +47,7 @@ OPTIONS= ESD "Enable esound support" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
-.if ${OSVERSION} > 502102
+.if (${OSVERSION} < 500000 ) || (${OSVERSION} > 502102 )
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
.endif
.endif