diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-15 09:49:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-15 09:49:12 +0800 |
commit | ed773b08c601c0ab2a8384e09641248f7147c176 (patch) | |
tree | 79b3911e8b90bc612c619488b5cd6b349862a629 /audio/linuxsampler | |
parent | b0e6b2d6adcfa4b7ef085c21f9c7b0739f7556e5 (diff) | |
download | freebsd-ports-gnome-ed773b08c601c0ab2a8384e09641248f7147c176.tar.gz freebsd-ports-gnome-ed773b08c601c0ab2a8384e09641248f7147c176.tar.zst freebsd-ports-gnome-ed773b08c601c0ab2a8384e09641248f7147c176.zip |
Mark as ignore on sparc64: not yet ported to sparc64.
Diffstat (limited to 'audio/linuxsampler')
-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> |