diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 14:14:21 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 14:14:21 +0000 |
commit | abfae2beee65350f1b0eefbf90a300b3eea73200 (patch) | |
tree | e22a4ea55b22b93c03cdc9abc1f7102e207b7521 /x11 | |
parent | 542c2195080816cb7102848fc4370f804cbdad01 (diff) | |
download | pkgsrc-abfae2beee65350f1b0eefbf90a300b3eea73200.tar.gz |
Enable tcl and tk, disable tcl80 and tk80.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index b5f18c981bd..46edfb206bd 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2000/08/29 19:56:42 jwise Exp $ +# $NetBSD: Makefile,v 1.173 2000/08/31 14:14:21 jwise Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -87,8 +87,8 @@ SUBDIR += swisswatch SUBDIR += titrax SUBDIR += tix -# SUBDIR += tk # tk-8.3.2; will be enabled when tcl-based packages are updated - SUBDIR += tk80 + SUBDIR += tk +# SUBDIR += tk80 # obsoleted by tk, will be removed when dependents are updated. SUBDIR += tkcron SUBDIR += tkinfo SUBDIR += tkman |