diff options
author | he <he@pkgsrc.org> | 2001-01-24 18:44:57 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2001-01-24 18:44:57 +0000 |
commit | 2ebee492639e27457a0f6b4ec922478d877e6b09 (patch) | |
tree | e32eb71d6f72fadb0e8837f97f3569523115839f /net/eggdrop | |
parent | 323b045b4b17dead79ad09748738efaf7863b09d (diff) | |
download | pkgsrc-2ebee492639e27457a0f6b4ec922478d877e6b09.tar.gz |
Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
Diffstat (limited to 'net/eggdrop')
-rw-r--r-- | net/eggdrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/eggdrop/Makefile b/net/eggdrop/Makefile index 6e35839dd5a..cad1dc242fd 100644 --- a/net/eggdrop/Makefile +++ b/net/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/11/14 16:39:56 abs Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/24 18:44:59 he Exp $ # DISTNAME= eggdrop1.3.22 @@ -13,7 +13,7 @@ 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.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl GNU_CONFIGURE= yes CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include/tcl8.0" |