diff options
author | wiz <wiz> | 2013-01-23 21:58:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-23 21:58:47 +0000 |
commit | 38eba9b4152bad7b07ec4933a42977cf863919a7 (patch) | |
tree | 75debf6dcc46d09f10efed899f6e8599d6a7a551 | |
parent | ea5bb06d841ee8d0d4583ea2243e3fd2eac60f93 (diff) | |
download | pkgsrc-38eba9b4152bad7b07ec4933a42977cf863919a7.tar.gz |
+ tktable
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 74a2e102d59..e484cae683d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.674 2013/01/23 21:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.675 2013/01/23 21:58:47 wiz Exp $ # COMMENT= Packages to support the X window system @@ -370,6 +370,7 @@ SUBDIR+= tk SUBDIR+= tk-BWidget SUBDIR+= tk-Tix SUBDIR+= tkinfo +SUBDIR+= tktable SUBDIR+= transset SUBDIR+= trapproto SUBDIR+= tzosdclock |