diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 19:52:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 19:52:50 +0000 |
commit | ac690cf6348baa713aede454a0221855eda81f9d (patch) | |
tree | 7d5c37da02d5768c1638a32c0091a2067292efb0 /graphics | |
parent | e6b8d346e02abae17efb866e1af55246621d6cd9 (diff) | |
download | pkgsrc-ac690cf6348baa713aede454a0221855eda81f9d.tar.gz |
Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/iGMT/Makefile | 4 | ||||
-rw-r--r-- | graphics/impress/Makefile | 4 | ||||
-rw-r--r-- | graphics/plplot/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile index 52d23b3f95a..e9d64a19e31 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/20 12:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.19 2004/03/08 19:52:51 minskim Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 @@ -11,7 +11,7 @@ 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/tcl +DEPENDS+= tcl>=8.0:../../lang/tcl83 DEPENDS+= tk>=8.0:../../x11/tk DEPENDS+= gv-[0-9]*:../../print/gv DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick diff --git a/graphics/impress/Makefile b/graphics/impress/Makefile index 9a5b06fa820..b6112c7ff13 100644 --- a/graphics/impress/Makefile +++ b/graphics/impress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/08 19:52:51 minskim Exp $ # DISTNAME= imp1.1b9 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.ntlug.org/~ccox/impress/ COMMENT= WYSIWYG vector graphics application DEPENDS+= pstoedit>=3.19:../../graphics/pstoedit -DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl +DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl83 DEPENDS+= tk>=8.3.2nb1:../../x11/tk WRKSRC= ${WRKDIR}/impress-1.1b9 diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index f5c664a0e9e..ce01c4293cc 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/02/14 17:21:43 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/08 19:52:51 minskim Exp $ DISTNAME= plplot-5.2.1 CATEGORIES= graphics @@ -63,6 +63,6 @@ post-install: .include "../../devel/zlib/buildlink2.mk" .include "../../devel/libtool/buildlink2.mk" .include "../../x11/tk/buildlink2.mk" -.include "../../lang/tcl/buildlink2.mk" +.include "../../lang/tcl83/buildlink2.mk" .include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" |