diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 15:31:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 15:31:03 +0000 |
commit | a7452ef400764f40e716a6d62615b083d179b412 (patch) | |
tree | ca0b7d5f88793eef1917e1901095541317663dbe /textproc/openfts | |
parent | 9ff863a4c51f9b0cd8a17841a78cd6eb648fe7f0 (diff) | |
download | ports-a7452ef400764f40e716a6d62615b083d179b412.tar.gz ports-a7452ef400764f40e716a6d62615b083d179b412.zip |
Notes
Diffstat (limited to 'textproc/openfts')
-rw-r--r-- | textproc/openfts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 9a3df8bd5d01..35f1662b01b1 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -20,8 +20,9 @@ USE_REINPLACE= yes MAN3= Search::OpenFTS.3 Search::OpenFTS::Base.3 \ Search::OpenFTS::Dict::PorterEng.3 Search::OpenFTS::Dict::Snowball.3 \ - Search::OpenFTS::Dict::UnknownDict.3 Search::OpenFTS::Index.3 \ - Search::OpenFTS::Morph::ISpell.3 Search::OpenFTS::Parser.3 + Search:OpenFTS::Dict::Synonym.3 Search::OpenFTS::Dict::UnknownDict.3 \ + Search::OpenFTS::Index.3 Search::OpenFTS::Morph::ISpell.3 \ + Search::OpenFTS::Parser.3 # Sample DB initialization. DBNAME?= openfts |