diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-01-26 20:02:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-01-26 20:02:35 +0000 |
commit | 2834b2d23a34ec37734e8b9b66fc92fc218020ec (patch) | |
tree | d300ca488d5d2d75d5cba098b7c59d3f135babc4 /audio/linuxsampler | |
parent | 413c5574c0373a6690a50bfae58ff8ed3b0c4412 (diff) | |
download | ports-2834b2d23a34ec37734e8b9b66fc92fc218020ec.tar.gz ports-2834b2d23a34ec37734e8b9b66fc92fc218020ec.zip |
Notes
Diffstat (limited to 'audio/linuxsampler')
-rw-r--r-- | audio/linuxsampler/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index d05383d32b14..59f5fada74d2 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -17,7 +17,11 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ gig.10:${PORTSDIR}/audio/libgig \ sqlite3.8:${PORTSDIR}/databases/sqlite3 +ONLY_FOR_ARCHS= "i386 amd64" +ONLY_FOR_ARCHS_REASON= "not yet ported" BROKEN= does not fetch +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-03-26 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -35,8 +39,4 @@ MAN1= linuxsampler.1 BROKEN= Does not compile .endif -.if ${ARCH} == "sparc64" -IGNORE= Not yet ported to sparc64 -.endif - .include <bsd.port.post.mk> |