diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-24 13:54:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-24 13:54:05 +0000 |
commit | 8fe1975db6ee05a75b6ccd9d319582642b279ade (patch) | |
tree | aea9353f3936bf7128b34684d6450f607ac1cb09 /textproc/Makefile | |
parent | 0c5d73604504ad721f7320ce80937c2513731ad3 (diff) | |
download | pkgsrc-8fe1975db6ee05a75b6ccd9d319582642b279ade.tar.gz |
add and enable bibparse
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 cb8e36baf66..cacf1fceaae 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.112 2001/07/20 07:53:43 wiz Exp $ +# $NetBSD: Makefile,v 1.113 2001/07/24 13:54:05 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) SUBDIR+= antiword SUBDIR+= biblook +SUBDIR+= bibparse SUBDIR+= catdoc SUBDIR+= cdif SUBDIR+= detex |