diff options
author | tron <tron> | 1999-07-27 22:03:20 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-27 22:03:20 +0000 |
commit | 78619f89e8270a5789ef736298055f05a5f4555c (patch) | |
tree | 97a0858f11ff78d88f6f9262a11316bb46483f82 /textproc | |
parent | d450867a71e9fbb163f09390cd8db245c0a5c219 (diff) | |
download | pkgsrc-78619f89e8270a5789ef736298055f05a5f4555c.tar.gz |
Add and enable "dict-client" package. Fixes PR pkg/7998 by Michael Santos.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d0a777c8d18..eb72c5e2c34 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.20 1999/07/01 11:36:16 drochner Exp $ +# $NetBSD: Makefile,v 1.21 1999/07/27 22:03:20 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # # SUBDIR += agrep SUBDIR += catdoc + SUBDIR += dict-client SUBDIR += docbook SUBDIR += dsssl-docbook-modular SUBDIR += eperl |