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 /net/eggdrop | |
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 'net/eggdrop')
-rw-r--r-- | net/eggdrop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/eggdrop/Makefile b/net/eggdrop/Makefile index 410c5ef1dbc..8b74c130a4c 100644 --- a/net/eggdrop/Makefile +++ b/net/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/17 14:10:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/09/01 17:58:02 jwise Exp $ # DISTNAME= eggdrop1.3.22 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.sodre.net/pub/eggdrop/ \ ftp://ftp.bots.org/pub/mirrors/eggdrop/ \ ftp://ftp.gymnet.com/pub/irc/bots/eggdrop/ +BROKEN= This package has not yet been updated to work with tcl-8.3.2. + MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.sodre.net/eggdrop/ |