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 /comms/pilot-link | |
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 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 739a72d1ca7..819d4415c3e 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/01/22 07:51:12 grant Exp $ +# $NetBSD: Makefile,v 1.34 2004/03/08 19:52:50 minskim Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -36,7 +36,7 @@ post-patch: .include "../../devel/readline/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" -.include "../../lang/tcl/buildlink2.mk" +.include "../../lang/tcl83/buildlink2.mk" .include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |