diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 20:57:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 20:57:32 +0000 |
commit | 54bbf6e59c27e8fbea2fef9f2074a1d18019fa61 (patch) | |
tree | 0c262042d3b1d7108623d7567ade42eabf3a8c3f | |
parent | 3cbe61669107c79e1a8cc1bdccf8ed4129729197 (diff) | |
download | ports-54bbf6e59c27e8fbea2fef9f2074a1d18019fa61.tar.gz ports-54bbf6e59c27e8fbea2fef9f2074a1d18019fa61.zip |
Notes
-rw-r--r-- | mail/vpopmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 66ce990203c9..dbc7ffc338ff 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -292,7 +292,7 @@ BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES= pgsql .endif .if ${PORT_OPTIONS:MSQL_LOG_TRIM} |