aboutsummaryrefslogtreecommitdiff
path: root/mail/vpopmail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 20:57:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 20:57:32 +0000
commit54bbf6e59c27e8fbea2fef9f2074a1d18019fa61 (patch)
tree0c262042d3b1d7108623d7567ade42eabf3a8c3f /mail/vpopmail
parent3cbe61669107c79e1a8cc1bdccf8ed4129729197 (diff)
downloadports-54bbf6e59c27e8fbea2fef9f2074a1d18019fa61.tar.gz
ports-54bbf6e59c27e8fbea2fef9f2074a1d18019fa61.zip
Convert to USES=pgsql
Notes
Notes: svn path=/head/; revision=370483
Diffstat (limited to 'mail/vpopmail')
-rw-r--r--mail/vpopmail/Makefile2
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}