diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:18:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:18:12 +0000 |
commit | 0517b67d95172e777c4c0734a9335fda70b038c8 (patch) | |
tree | e1270959b11609b6f2e31a59d275fc709187e1a9 /mbone | |
parent | b912b9242152660b37ed48b5b50f6cb9ed07dd17 (diff) | |
download | ports-0517b67d95172e777c4c0734a9335fda70b038c8.tar.gz ports-0517b67d95172e777c4c0734a9335fda70b038c8.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/Makefile | 6 |
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 |