diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-08 07:37:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-08 07:37:53 +0800 |
commit | 9fdcda67ffe231449956d4d3b8f59460034cf0d2 (patch) | |
tree | 492c432a2ab0b114b31ec2694917b4ad0a98268c | |
parent | d60f97cceebc7e62b502a9e7d6bcb68750b53a97 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | comms/gnokii/Makefile | 2 |
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 |