diff options
author | minskim <minskim> | 2005-01-08 19:15:47 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-08 19:15:47 +0000 |
commit | dc7efb8ea46ac965a257fcfdb75296d6a23b0c80 (patch) | |
tree | 4f7e05b148fbe59aa3a677f4258327cbda2c8301 | |
parent | 9d619d1399c0a903683197a739594ff1ae87afef (diff) | |
download | pkgsrc-dc7efb8ea46ac965a257fcfdb75296d6a23b0c80.tar.gz |
Switch to Tcl/Tk-8.4.
-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 b5c010b2e3a..74269e8546d 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/03/08 20:27:14 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2005/01/08 19:15:47 minskim Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 @@ -11,8 +11,8 @@ HOMEPAGE= http://op.gfz-potsdam.de/igmt/ COMMENT= Interactive Mapping of Geoscientific Datasets DEPENDS+= GMT>=3.3.6:../../graphics/GMT -DEPENDS+= tcl>=8.0:../../lang/tcl83 -DEPENDS+= tk>=8.0:../../x11/tk83 +DEPENDS+= tcl>=8.0:../../lang/tcl +DEPENDS+= tk>=8.0:../../x11/tk DEPENDS+= gv-[0-9]*:../../print/gv DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick |