diff options
author | tron <tron@pkgsrc.org> | 1999-07-28 16:18:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-28 16:18:49 +0000 |
commit | e50283abd8bc842d62edd9945983fd873459df1e (patch) | |
tree | 30a45766d4fc437a5799645097c7a07e5e9f997f /textproc/Makefile | |
parent | 2c4770fdae55787ba4746f67bc75b3ed8fca62cf (diff) | |
download | pkgsrc-e50283abd8bc842d62edd9945983fd873459df1e.tar.gz |
Add and enable "dict-server". Fixes PR pkg/7999 by Michael Santos.
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 eb72c5e2c34..a7865e53e1f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.21 1999/07/27 22:03:20 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/07/28 16:18:49 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # # SUBDIR += agrep SUBDIR += catdoc SUBDIR += dict-client + SUBDIR += dict-server SUBDIR += docbook SUBDIR += dsssl-docbook-modular SUBDIR += eperl |