diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-09-15 01:49:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-09-15 01:49:12 +0000 |
commit | 52f479422481c1c0a359a4db0e6d821716b6581e (patch) | |
tree | 279a90ffbbeeaa96899acdc715b35553f8b6ef70 | |
parent | b13a283cae49cae7f77369c1fefd435dbc00a5fb (diff) |
Notes
-rw-r--r-- | audio/linuxsampler/Makefile | 4 |
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> |