diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-03 10:39:31 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-03 10:39:31 +0000 |
commit | bb8759b8c9ae01028e1d8c71443f25be6fa4b66d (patch) | |
tree | 90808660eda14c1d83e0c42ba69ba352112316cf /audio/arts | |
parent | 36081e7e2938be58f894e7d0df1e628f19da5890 (diff) | |
download | ports-bb8759b8c9ae01028e1d8c71443f25be6fa4b66d.tar.gz ports-bb8759b8c9ae01028e1d8c71443f25be6fa4b66d.zip |
Notes
Diffstat (limited to 'audio/arts')
-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 |