diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-05-20 18:45:02 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-05-20 18:45:02 +0000 |
commit | 5b806e6b4e2bf8c1e26f526d8f4fb77f7b6ed3b5 (patch) | |
tree | 684c50541f857af9767ec75e6662d3d7caf861ce /textproc | |
parent | 8fed2d12bcb1c3ca6b76d2cab5574ff49cb74dda (diff) | |
download | ports-5b806e6b4e2bf8c1e26f526d8f4fb77f7b6ed3b5.tar.gz ports-5b806e6b4e2bf8c1e26f526d8f4fb77f7b6ed3b5.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/openfts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 7b1cf10de294..a21bedff4d8d 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -7,7 +7,7 @@ PORTNAME= openfts PORTVERSION= 0.39 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenFTS-perl%2C%20v${PORTVERSION} DISTNAME= Search-OpenFTS-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Open Source Full Text Search engine RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql-contrib \ + ${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql82-contrib \ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg PERL_CONFIGURE= yes |