diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-02-09 01:13:33 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-02-09 01:13:33 +0000 |
commit | 5aa1b613822f5d3ed7609a4ea4e5d2d5ffb95b1c (patch) | |
tree | 8bc98f6fa608b9a341c6ddb67470f5724c67b036 /textproc/Makefile | |
parent | feb99a7524bb49168c77990aaca3e2a2396490e1 (diff) | |
download | pkgsrc-5aa1b613822f5d3ed7609a4ea4e5d2d5ffb95b1c.tar.gz |
textproc/Makefile: add py-cmudict
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8121ea53637..c6e36d20ef2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1277 2022/02/07 15:27:03 wiz Exp $ +# $NetBSD: Makefile,v 1.1278 2022/02/09 01:13:33 gutteridge Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -963,6 +963,7 @@ SUBDIR+= py-breathe SUBDIR+= py-cElementTree SUBDIR+= py-cabocha SUBDIR+= py-cmTemplate +SUBDIR+= py-cmudict SUBDIR+= py-color SUBDIR+= py-colored SUBDIR+= py-colour |