diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-22 22:55:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-22 22:55:37 +0000 |
commit | 6a97181f1495b0fb4bd8a02ef1721c8102ff38fe (patch) | |
tree | eaa8c56f9e9463dcc5676ffc2345b85964264c04 /textproc/openfts/Makefile | |
parent | e675b17d82bf9237fa3e840eb8a0ccb6ec11b69a (diff) | |
download | ports-6a97181f1495b0fb4bd8a02ef1721c8102ff38fe.tar.gz ports-6a97181f1495b0fb4bd8a02ef1721c8102ff38fe.zip |
Notes
Diffstat (limited to 'textproc/openfts/Makefile')
-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 6f7184b48d10..6dfd7a9e13db 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -10,11 +10,11 @@ DISTNAME= Search-OpenFTS-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Open Source Full Text Search engine -RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-contrib \ - p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg USES+= perl5 pgsql USE_PERL5= configure +WANT_PGSQL= contrib OPTIONS_DEFINE= DOCS EXAMPLES |