diff options
author | tron <tron@pkgsrc.org> | 2002-11-20 08:46:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-20 08:46:18 +0000 |
commit | 7f66c7f51a8531cf38d45abe7b08e6328d143cb1 (patch) | |
tree | 482d4a77c1807d0d01aea2b677d12ed000afd61a /textproc | |
parent | 1070b2f261b7e85a91e625a32ae5714f6978cb36 (diff) | |
download | pkgsrc-7f66c7f51a8531cf38d45abe7b08e6328d143cb1.tar.gz |
Add and enable "emacs-dict-client". This fixes PR pkg/18303 by
Marco Schuetz.
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 54d23f77907..ea35892e9c3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2002/11/19 15:54:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.175 2002/11/20 08:46:18 tron Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -26,6 +26,7 @@ SUBDIR+= docbook-xml SUBDIR+= dsssl-docbook-modular SUBDIR+= eb SUBDIR+= eblook +SUBDIR+= emacs-dict-client SUBDIR+= eperl SUBDIR+= expat SUBDIR+= fop |