diff options
author | schmonz <schmonz> | 2008-07-26 23:44:26 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2008-07-26 23:44:26 +0000 |
commit | 863e397eb69929455e837e1fe84e7ddef3d1861f (patch) | |
tree | 4db324b17510a01b914a0e2ac9aa08b4768562ab | |
parent | fa1d6bc68aee6761301dc1fbe38cd8fc456a975f (diff) | |
download | pkgsrc-863e397eb69929455e837e1fe84e7ddef3d1861f.tar.gz |
Add and enable xapian, xapian-omega, p5-Search-Xapian.
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fe411f5501a..5851a7decea 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.420 2008/07/21 19:20:39 joerg Exp $ +# $NetBSD: Makefile,v 1.421 2008/07/26 23:44:26 schmonz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -209,6 +209,7 @@ SUBDIR+= p5-Pod-Tests SUBDIR+= p5-Pod-Tree SUBDIR+= p5-Regexp-Common SUBDIR+= p5-SGMLS +SUBDIR+= p5-Search-Xapian SUBDIR+= p5-String-Approx SUBDIR+= p5-String-CRC32 SUBDIR+= p5-String-ShellQuote @@ -418,6 +419,8 @@ SUBDIR+= wdiff SUBDIR+= writer2latex SUBDIR+= xalan-c SUBDIR+= xalan-j +SUBDIR+= xapian +SUBDIR+= xapian-omega SUBDIR+= xerces-c SUBDIR+= xerces-j SUBDIR+= xfce4-dict-plugin |