diff options
author | abs <abs@pkgsrc.org> | 2000-11-14 16:39:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-11-14 16:39:56 +0000 |
commit | c81dd94f9e383722cf28bb57aef5b72177d20da2 (patch) | |
tree | ae98c95d4ab5c4b5916c08e06fc7d28173e29632 | |
parent | ccfd888f358b6df2f62d1971a134f3250375cc41 (diff) | |
download | pkgsrc-c81dd94f9e383722cf28bb57aef5b72177d20da2.tar.gz |
Swap tcl version in DEPENDS and BROKEN message, now passes lintpkgsrc
-BROKEN= This package has not yet been updated to work with tcl-8.3.2.
+BROKEN= This package has not yet been updated to work past tcl-8.0.5.
-DEPENDS+= tcl-8.0.5:../../lang/tcl
+DEPENDS+= tcl-8.3.2:../../lang/tcl
-rw-r--r-- | net/eggdrop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/eggdrop/Makefile b/net/eggdrop/Makefile index e8736a562cc..6e35839dd5a 100644 --- a/net/eggdrop/Makefile +++ b/net/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/09 18:02:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/11/14 16:39:56 abs Exp $ # DISTNAME= eggdrop1.3.22 @@ -8,12 +8,12 @@ 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. +BROKEN= This package has not yet been updated to work past tcl-8.0.5. MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.sodre.net/eggdrop/ -DEPENDS+= tcl-8.0.5:../../lang/tcl +DEPENDS+= tcl-8.3.2:../../lang/tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include/tcl8.0" |