summaryrefslogtreecommitdiffstats
path: root/audio/arts
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-04-03 10:39:31 +0000
committerlofi <lofi@FreeBSD.org>2005-04-03 10:39:31 +0000
commit5a79d8a9c6369557e33688988e1dd10ac285b0df (patch)
tree21a1b0caa6e59d4340edd8acc0a5bd6435df1d2f /audio/arts
parent233f661278af31680b6abdd30e34a06e9186b52c (diff)
downloadFreeBSD-ports-5a79d8a9c6369557e33688988e1dd10ac285b0df.zip
FreeBSD-ports-5a79d8a9c6369557e33688988e1dd10ac285b0df.tar.gz
Only depend on jack on i386 and amd64.
Diffstat (limited to 'audio/arts')
-rw-r--r--audio/arts/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index f1e34fe..b803555 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
OpenPOWER on IntegriCloud