diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 06:32:45 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 06:32:45 +0800 |
commit | 0210f7f808824b4082cd1053b8ada4a2857432c3 (patch) | |
tree | c44a0b2a34ac649a38cffa334c72c26757c5cd8f /security | |
parent | b0e6231326e0b2882e1d9fbac454291cb688eb2a (diff) | |
download | freebsd-ports-gnome-0210f7f808824b4082cd1053b8ada4a2857432c3.tar.gz freebsd-ports-gnome-0210f7f808824b4082cd1053b8ada4a2857432c3.tar.zst freebsd-ports-gnome-0210f7f808824b4082cd1053b8ada4a2857432c3.zip |
Fix some USE_PGSQL that were missed before
Submitted by: antoine
Diffstat (limited to 'security')
-rw-r--r-- | security/maia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |