aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
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