From 0210f7f808824b4082cd1053b8ada4a2857432c3 Mon Sep 17 00:00:00 2001 From: crees Date: Sat, 22 Nov 2014 22:32:45 +0000 Subject: Fix some USE_PGSQL that were missed before Submitted by: antoine --- security/maia/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/maia/Makefile b/security/maia/Makefile index 959c59d3e790..a6a48e3bf424 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -154,7 +154,8 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .endif .if ${PORT_OPTIONS:MPGSQLSERVER} -USE_PGSQL= server +USES:= ${USES:Npgsql} pgsql +WANT_PGSQL= server .endif .if ${PORT_OPTIONS:MDOVECOT} -- cgit