aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:18:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:18:12 +0000
commit0517b67d95172e777c4c0734a9335fda70b038c8 (patch)
treee1270959b11609b6f2e31a59d275fc709187e1a9 /mbone
parentb912b9242152660b37ed48b5b50f6cb9ed07dd17 (diff)
downloadports-0517b67d95172e777c4c0734a9335fda70b038c8.tar.gz
ports-0517b67d95172e777c4c0734a9335fda70b038c8.zip
Mark as broken on sparc64: fails to compile. While here, s/tk84/tk/.
Notes
Notes: svn path=/head/; revision=206582
Diffstat (limited to 'mbone')
-rw-r--r--mbone/rat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 3c2472b95698..70db2f24e3ca 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rat
PORTVERSION= 4.2.25
PORTREVISION= 3
-CATEGORIES= mbone audio ipv6 tk84
+CATEGORIES= mbone audio ipv6 tk
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \
http://www.icir.org/hodson/ucl-mirror/
@@ -34,6 +34,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
CONFIGURE_ARGS+= --with-tcltk-version=${TK_VER}
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile: missing header
+.endif
+
.if ${OSVERSION} >= 700011
EXTRA_PATCHES= ${FILESDIR}/timet.patch
.endif