diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-09 04:57:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-09 04:57:32 +0800 |
commit | 3c5e9470b6b0e3525891197fff2962eb1023fc01 (patch) | |
tree | 0c262042d3b1d7108623d7567ade42eabf3a8c3f /mail | |
parent | 930273ef07149b1b767a5e1ded5a0a9740626ca1 (diff) | |
download | freebsd-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/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} |