aboutsummaryrefslogtreecommitdiff
path: root/audio/linuxsampler
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-09-15 01:49:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-09-15 01:49:12 +0000
commit52f479422481c1c0a359a4db0e6d821716b6581e (patch)
tree279a90ffbbeeaa96899acdc715b35553f8b6ef70 /audio/linuxsampler
parentb13a283cae49cae7f77369c1fefd435dbc00a5fb (diff)
downloadports-52f479422481c1c0a359a4db0e6d821716b6581e.tar.gz
ports-52f479422481c1c0a359a4db0e6d821716b6581e.zip
Notes
Diffstat (limited to 'audio/linuxsampler')
-rw-r--r--audio/linuxsampler/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index 05231c359812..9a7bcb7de926 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -33,4 +33,8 @@ MAN1= linuxsampler.1
BROKEN= Does not compile
.endif
+.if ${ARCH} == "sparc64"
+IGNORE= Not yet ported to sparc64
+.endif
+
.include <bsd.port.post.mk>