diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-03 18:39:31 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-03 18:39:31 +0800 |
commit | 5a79d8a9c6369557e33688988e1dd10ac285b0df (patch) | |
tree | 21a1b0caa6e59d4340edd8acc0a5bd6435df1d2f /audio | |
parent | 233f661278af31680b6abdd30e34a06e9186b52c (diff) | |
download | freebsd-ports-gnome-5a79d8a9c6369557e33688988e1dd10ac285b0df.tar.gz freebsd-ports-gnome-5a79d8a9c6369557e33688988e1dd10ac285b0df.tar.zst freebsd-ports-gnome-5a79d8a9c6369557e33688988e1dd10ac285b0df.zip |
Only depend on jack on i386 and amd64.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 2 |
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 |