diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 04:40:08 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 04:40:08 +0800 |
commit | 4b1e9a418ba2bd080b25090b526b574172f8b528 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /textproc/openfts | |
parent | 2e3b3317eea573bab4efca900c8197753b5a50f5 (diff) | |
download | freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.gz freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.tar.zst freebsd-ports-gnome-4b1e9a418ba2bd080b25090b526b574172f8b528.zip |
Finally retire USE_PGSQL
Diffstat (limited to 'textproc/openfts')
-rw-r--r-- | textproc/openfts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 82220a84d0f2..6f7184b48d10 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -13,8 +13,7 @@ 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 -USE_PGSQL= yes -USES= perl5 +USES+= perl5 pgsql USE_PERL5= configure OPTIONS_DEFINE= DOCS EXAMPLES |