diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 20:55:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 20:55:55 +0000 |
commit | 3cbe61669107c79e1a8cc1bdccf8ed4129729197 (patch) | |
tree | 6a48223ccebe22265961f32c45b380904dac7912 /mail/anubis | |
parent | b5a5e3f31a94c3e4ce3cdf947b35c615a12c5d1b (diff) | |
download | ports-3cbe61669107c79e1a8cc1bdccf8ed4129729197.tar.gz ports-3cbe61669107c79e1a8cc1bdccf8ed4129729197.zip |
Notes
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 69509ece1179..5ffbace5d4a8 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -92,7 +92,7 @@ _REQUIRE+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+=--with-postgres _REQUIRE+= postgresql .endif |