aboutsummaryrefslogtreecommitdiff
path: root/audio/linuxsampler
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-01-26 20:02:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-01-26 20:02:35 +0000
commit2834b2d23a34ec37734e8b9b66fc92fc218020ec (patch)
treed300ca488d5d2d75d5cba098b7c59d3f135babc4 /audio/linuxsampler
parent413c5574c0373a6690a50bfae58ff8ed3b0c4412 (diff)
downloadports-2834b2d23a34ec37734e8b9b66fc92fc218020ec.tar.gz
ports-2834b2d23a34ec37734e8b9b66fc92fc218020ec.zip
Mark this as deprecated, since it doesn't fetch, only builds on 8, and
is unmaintained. While here, pet portlint. Feature safe: yes
Notes
Notes: svn path=/head/; revision=268271
Diffstat (limited to 'audio/linuxsampler')
-rw-r--r--audio/linuxsampler/Makefile8
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>