diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 03:13:49 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 03:13:49 +0800 |
commit | b4e6546b7ffb37f328f75bc97440e5a8a8d0f784 (patch) | |
tree | 5c142b51c330f8fe0f5271fcacdfe9f4e7108bf6 /ftp/pure-ftpd | |
parent | 5633f84cad98596b8ba006eac0fd202b86f9179c (diff) | |
download | freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.tar.gz freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.tar.zst freebsd-ports-gnome-b4e6546b7ffb37f328f75bc97440e5a8a8d0f784.zip |
Switch to USES=pgsql
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 855cbebf7818..e581d276dbe2 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -71,7 +71,7 @@ MYSQL_USE= MYSQL=yes PAM_CONFIGURE_WITH= pam PERUSERLIMITS_CONFIGURE_WITH= peruserlimits PGSQL_CONFIGURE_WITH= pgsql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PRIVSEP_CONFIGURE_WITH= privsep SENDFILE_CONFIGURE_WITH=sendfile THROTTLING_CONFIGURE_WITH= throttling |