aboutsummaryrefslogtreecommitdiffstats
path: root/mbone
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-02-01 20:18:12 +0800
committerlinimon <linimon@FreeBSD.org>2008-02-01 20:18:12 +0800
commit801dfe94e616a2d43c5682c951cb78f10bd3d531 (patch)
tree72e8d4b29087e29e5f62e38980a60c62a5710281 /mbone
parent00f2384a2da7cfd970a1e47d53c06858b43dc316 (diff)
downloadfreebsd-ports-gnome-801dfe94e616a2d43c5682c951cb78f10bd3d531.tar.gz
freebsd-ports-gnome-801dfe94e616a2d43c5682c951cb78f10bd3d531.tar.zst
freebsd-ports-gnome-801dfe94e616a2d43c5682c951cb78f10bd3d531.zip
Mark as broken on sparc64: fails to compile. While here, s/tk84/tk/.
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