aboutsummaryrefslogtreecommitdiff
path: root/textproc/openfts
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-22 22:55:37 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-22 22:55:37 +0000
commit6a97181f1495b0fb4bd8a02ef1721c8102ff38fe (patch)
treeeaa8c56f9e9463dcc5676ffc2345b85964264c04 /textproc/openfts
parente675b17d82bf9237fa3e840eb8a0ccb6ec11b69a (diff)
downloadports-6a97181f1495b0fb4bd8a02ef1721c8102ff38fe.tar.gz
ports-6a97181f1495b0fb4bd8a02ef1721c8102ff38fe.zip
Fix dependencies
Notes
Notes: svn path=/head/; revision=373113
Diffstat (limited to 'textproc/openfts')
-rw-r--r--textproc/openfts/Makefile4
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