aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-08 07:37:53 +0800
committerbapt <bapt@FreeBSD.org>2014-05-08 07:37:53 +0800
commit9fdcda67ffe231449956d4d3b8f59460034cf0d2 (patch)
tree492c432a2ab0b114b31ec2694917b4ad0a98268c
parentd60f97cceebc7e62b502a9e7d6bcb68750b53a97 (diff)
downloadfreebsd-ports-gnome-9fdcda67ffe231449956d4d3b8f59460034cf0d2.tar.gz
freebsd-ports-gnome-9fdcda67ffe231449956d4d3b8f59460034cf0d2.tar.zst
freebsd-ports-gnome-9fdcda67ffe231449956d4d3b8f59460034cf0d2.zip
Convert to USES=pgsql
-rw-r--r--comms/atslog/Makefile2
-rw-r--r--comms/gnokii/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile
index 3a24dea87f4e..ec2e44de4653 100644
--- a/comms/atslog/Makefile
+++ b/comms/atslog/Makefile
@@ -50,7 +50,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.endif
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index a097a78b9352..47a50b91be21 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --disable-mysql
PLIST_SUB+= MSM='@comment '
. endif
. if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
PLIST_SUB+= PGM=''
. else
CONFIGURE_ARGS+= --disable-postgres