diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-14 18:11:51 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-14 18:11:51 +0000 |
commit | 307c74ad6608c6120834ab10f403ddfa92f3df5e (patch) | |
tree | 7b81ee5806ceea33ca90ce057ae76e1d28e86cf4 | |
parent | c44e3079880b21a8f2eadd325e0121c2165a4bb0 (diff) |
Notes
-rw-r--r-- | textproc/openfts/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 653a41cd0a85..c96d1ae67297 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -16,7 +16,8 @@ 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/postgresql-contrib \ + ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg PERL_CONFIGURE= yes @@ -31,12 +32,6 @@ MAN3= Search::OpenFTS.3 Search::OpenFTS::Base.3 \ .if !defined(NOPORTDOCS) PORTDOCS= Changes INSTALL README primer.html -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13 -.else -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -.endif # ${PERL_LEVEL} < 500600 - post-install: ${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} |