diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
commit | 022d07a5368497c263164eed27848d421b02336a (patch) | |
tree | 498f9ff3486fd89c83daf11581a2f30431077b10 /graphics/iGMT/Makefile | |
parent | 966fe08a1693257bff873ed5fa9010e0da5c71ae (diff) | |
download | pkgsrc-022d07a5368497c263164eed27848d421b02336a.tar.gz |
Mechanical changes of tk DEPENDS:
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
Diffstat (limited to 'graphics/iGMT/Makefile')
-rw-r--r-- | graphics/iGMT/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile index 5879b53443a..2533b3430e6 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/05/03 21:06:13 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/05 19:51:15 jlam Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 @@ -10,8 +10,8 @@ HOMEPAGE= http://op.gfz-potsdam.de/igmt/ COMMENT= Interactive Mapping of Geoscientific Datasets DEPENDS+= GMT>=3.3.6:../../graphics/GMT -DEPENDS+= tcl-[0-9]*:../../lang/tcl -DEPENDS+= tk-[0-9]*:../../x11/tk +DEPENDS+= tcl>=8.0:../../lang/tcl +DEPENDS+= tk>=8.0:../../x11/tk DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript DEPENDS+= gv-[0-9]*:../../print/gv DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick |