diff options
author | he <he> | 2001-01-24 18:44:57 +0000 |
---|---|---|
committer | he <he> | 2001-01-24 18:44:57 +0000 |
commit | 75d65419a76dd8cac0e5696b92d426ada47151ea (patch) | |
tree | e32eb71d6f72fadb0e8837f97f3569523115839f /databases/tcl-gdbm | |
parent | cf4a2da696577681139f2d09676ae480b1f4c05c (diff) | |
download | pkgsrc-75d65419a76dd8cac0e5696b92d426ada47151ea.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 'databases/tcl-gdbm')
-rw-r--r-- | databases/tcl-gdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile index 6390b4e0126..c6b886388fb 100644 --- a/databases/tcl-gdbm/Makefile +++ b/databases/tcl-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/29 21:17:32 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2001/01/24 18:44:57 he Exp $ # DISTNAME= tclgdbm-0.8 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/ MAINTAINER= bouyer@netbsd.org -DEPENDS+= tcl-8.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl DEPENDS+= gdbm>=1.7.3:../../databases/gdbm GNU_CONFIGURE= yes |