diff options
author | rh <rh@pkgsrc.org> | 2005-02-25 23:47:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2005-02-25 23:47:11 +0000 |
commit | b7fca61ffe624d50c9ed05824ce835cd33af031c (patch) | |
tree | 46025f9c26612c66b669f0e82b095ebdebc09195 /textproc/Makefile | |
parent | 8dc5473e34218683b403c5d4b99d294243e25cee (diff) | |
download | pkgsrc-b7fca61ffe624d50c9ed05824ce835cd33af031c.tar.gz |
Add and enable writer2latex
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 c5035d869ea..ac57170ce9b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.280 2005/02/22 00:31:08 wiz Exp $ +# $NetBSD: Makefile,v 1.281 2005/02/25 23:47:11 rh Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -268,6 +268,7 @@ SUBDIR+= unroff SUBDIR+= untex SUBDIR+= urlview SUBDIR+= wdiff +SUBDIR+= writer2latex SUBDIR+= xalan-c SUBDIR+= xalan-j SUBDIR+= xerces-c |