diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-01 17:58:02 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-01 17:58:02 +0000 |
commit | fe4b4bfbb2ae75523342a4f56b8e726d82811841 (patch) | |
tree | cac502fec93b5556410d98f039ce24a2c5b7221a /mbone/vic | |
parent | 963e84c5d6947adc4d1da842a1a349de63beb07b (diff) | |
download | pkgsrc-fe4b4bfbb2ae75523342a4f56b8e726d82811841.tar.gz |
Mark remaining packages which need to be updated to work with tcl-8.3.2
with
BROKEN= This package has not yet been updated to work with tcl-8.3.2.
in order to make bulk builds quieter. These packages will be updated over the
weekend.
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 1b97cd9f4bf..48c0478be4a 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/01/26 23:15:11 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/09/01 17:58:05 jwise Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -8,6 +8,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= mbone tk80 MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ +BROKEN= This package has not yet been updated to work with tcl-8.3.2. + MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ |