diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-07 14:49:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-07 14:49:47 +0000 |
commit | ca8ba5d616812f4e4e9021ec4476e25b1bfb2f71 (patch) | |
tree | 6a0479d1987e991a9dfe5f9d10deb9c507287a8f | |
parent | a660731d5d5a42e6fa634e831a0ee18203c0fb82 (diff) | |
download | pkgsrc-ca8ba5d616812f4e4e9021ec4476e25b1bfb2f71.tar.gz |
Add and enable wdic.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | misc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 22566260036..1abc08f6c56 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9457 2005/03/07 14:42:08 wiz Exp $ +$NetBSD: CHANGES,v 1.9458 2005/03/07 14:49:47 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1330,3 +1330,4 @@ Changes to the packages collection and infrastructure in 2005: Updated xfce4-weather-plugin to 0.4.9 [adam 2005-03-07] Updated crimsonfields to 0.4.7 [wiz 2005-03-07] Updated asc to 1.15.3.0 [wiz 2005-03-07] + Added wdic-3.0 [minskim 2005-03-07] diff --git a/misc/Makefile b/misc/Makefile index b1aa3bf0706..261b810f5f2 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.234 2005/03/06 22:23:04 markd Exp $ +# $NetBSD: Makefile,v 1.235 2005/03/07 14:49:47 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -220,6 +220,7 @@ SUBDIR+= vfu SUBDIR+= visual-regexp SUBDIR+= vttest SUBDIR+= watch +SUBDIR+= wdic SUBDIR+= xchm SUBDIR+= xdg-dirs SUBDIR+= xdg-x11-dirs |