summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-03 10:39:31 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-03 10:39:31 +0000
commitbb8759b8c9ae01028e1d8c71443f25be6fa4b66d (patch)
tree90808660eda14c1d83e0c42ba69ba352112316cf /audio
parentUpdate to 0.61. (diff)
Only depend on jack on i386 and amd64.
Notes
Notes: svn path=/head/; revision=132334
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index f1e34fe40382..b8035555f378 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -46,9 +46,11 @@ OPTIONS= ESD "Enable esound support" off \
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
+.if ${ARCH} == "i386" || ${ARCH} == "amd64"
.if (${OSVERSION} < 500000 ) || (${OSVERSION} > 502102 )
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
.endif
+.endif
.if defined(WITH_ESD)
USE_GNOME+= esound