svn commit: r373113 - head/textproc/openfts
Antoine Brodin
antoine at FreeBSD.org
Sat Nov 22 22:55:38 UTC 2014
Author: antoine
Date: Sat Nov 22 22:55:37 2014
New Revision: 373113
URL: https://svnweb.freebsd.org/changeset/ports/373113
QAT: https://qat.redports.org/buildarchive/r373113/
Log:
Fix dependencies
Modified:
head/textproc/openfts/Makefile
Modified: head/textproc/openfts/Makefile
==============================================================================
--- head/textproc/openfts/Makefile Sat Nov 22 22:40:37 2014 (r373112)
+++ head/textproc/openfts/Makefile Sat Nov 22 22:55:37 2014 (r373113)
@@ -10,11 +10,11 @@ DISTNAME= Search-OpenFTS-${PORTVERSION}
MAINTAINER= kuriyama at 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
More information about the svn-ports-all
mailing list