diff options
author | minskim <minskim> | 2004-03-08 19:52:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-08 19:52:50 +0000 |
commit | 4f0302b31790a10bf8e1c50a2612b7aefad894b9 (patch) | |
tree | 7d5c37da02d5768c1638a32c0091a2067292efb0 /graphics/plplot/Makefile | |
parent | 020bdde261072fa94c9d0478bfde0e9f160ca42a (diff) | |
download | pkgsrc-4f0302b31790a10bf8e1c50a2612b7aefad894b9.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/plplot/Makefile')
-rw-r--r-- | graphics/plplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |