aboutsummaryrefslogtreecommitdiffstats
path: root/databases/apq-pgsql
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-05 20:40:05 +0800
committerbapt <bapt@FreeBSD.org>2014-05-05 20:40:05 +0800
commit0385f709d9a3e00e9489c735a96157d8b62d3419 (patch)
treebd0e67defd6871bf90e4a59d494be6a5b724c4b2 /databases/apq-pgsql
parent559d7b1606cb081435ceefe0b902726511638c23 (diff)
downloadfreebsd-ports-gnome-0385f709d9a3e00e9489c735a96157d8b62d3419.tar.gz
freebsd-ports-gnome-0385f709d9a3e00e9489c735a96157d8b62d3419.tar.zst
freebsd-ports-gnome-0385f709d9a3e00e9489c735a96157d8b62d3419.zip
Convert to USES=pgsql
While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
Diffstat (limited to 'databases/apq-pgsql')
-rw-r--r--databases/apq-pgsql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/apq-pgsql/Makefile b/databases/apq-pgsql/Makefile
index e0f57274217a..1ad0ef1c8b49 100644
--- a/databases/apq-pgsql/Makefile
+++ b/databases/apq-pgsql/Makefile
@@ -18,8 +18,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
-USES= ada tar:bzip2
-USE_PGSQL= yes
+USES= ada tar:bzip2 pgsql
+WANT_PGSQL= lib
HAS_CONFIGURE= yes
WRKPATH= ${WRKDIR}/build
CONFIGURE_ARGS= --prefix=${PREFIX} \