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 /math/abacus | |
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 'math/abacus')
-rw-r--r-- | math/abacus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/abacus/Makefile b/math/abacus/Makefile index 122f0dcd747..91b8ecdf7e2 100644 --- a/math/abacus/Makefile +++ b/math/abacus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/09/03 23:08:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/01/24 18:44:59 he Exp $ # FreeBSD Id: Makefile,v 1.3 1998/09/25 10:07:44 asami Exp # @@ -10,7 +10,7 @@ MASTER_SITES= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/abacus.html -DEPENDS+= tcl-8.3.2:../../lang/tcl +DEPENDS+= tcl>=8.3.2:../../lang/tcl DEPENDS+= tk-8.3.2:../../x11/tk BROKEN= This package has been updated to compile with tcl-8.3.2, but dumps core on startup. |