aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-11-23 06:55:37 +0800
committerantoine <antoine@FreeBSD.org>2014-11-23 06:55:37 +0800
commit34bc290fb3435273e3202e5d68e6f9a9e8761922 (patch)
treeeaa8c56f9e9463dcc5676ffc2345b85964264c04 /textproc
parent2b7f00ea722d36987f6640499cf4b2fef0f76953 (diff)
downloadfreebsd-ports-gnome-34bc290fb3435273e3202e5d68e6f9a9e8761922.tar.gz
freebsd-ports-gnome-34bc290fb3435273e3202e5d68e6f9a9e8761922.tar.zst
freebsd-ports-gnome-34bc290fb3435273e3202e5d68e6f9a9e8761922.zip
Fix dependencies
Diffstat (limited to 'textproc')
-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