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 /www/ap-dtcl | |
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 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index 229bf1f9274..8af0ca6ff20 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/27 23:04:27 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2001/01/24 18:44:59 he Exp $ DISTNAME= mod_dtcl-0.8.12 PKGNAME= ap-dtcl-0.8.12 @@ -10,7 +10,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://tcl.apache.org/ DEPENDS+= apache-1.3.*:../../www/apache -DEPENDS+= tcl-8.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl # For "apxs": BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base |