aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-09 04:57:32 +0800
committerbapt <bapt@FreeBSD.org>2014-10-09 04:57:32 +0800
commit3c5e9470b6b0e3525891197fff2962eb1023fc01 (patch)
tree0c262042d3b1d7108623d7567ade42eabf3a8c3f /mail
parent930273ef07149b1b767a5e1ded5a0a9740626ca1 (diff)
downloadfreebsd-ports-gnome-3c5e9470b6b0e3525891197fff2962eb1023fc01.tar.gz
freebsd-ports-gnome-3c5e9470b6b0e3525891197fff2962eb1023fc01.tar.zst
freebsd-ports-gnome-3c5e9470b6b0e3525891197fff2962eb1023fc01.zip
Convert to USES=pgsql
Diffstat (limited to 'mail')
-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}