diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 22:32:45 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 22:32:45 +0000 |
commit | 8f2d6777f15f84e9686ac198498feba7f467d659 (patch) | |
tree | c44a0b2a34ac649a38cffa334c72c26757c5cd8f /security/maia | |
parent | 151d943888d9066bd047e809342f66d87d8141c3 (diff) | |
download | ports-8f2d6777f15f84e9686ac198498feba7f467d659.tar.gz ports-8f2d6777f15f84e9686ac198498feba7f467d659.zip |
Notes
Diffstat (limited to 'security/maia')
-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} |