diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 19:13:49 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 19:13:49 +0000 |
commit | 1e94b6fb2fcd5b909eed4341ee4677f8d6606743 (patch) | |
tree | 5c142b51c330f8fe0f5271fcacdfe9f4e7108bf6 /mail | |
parent | 0248b1e8b748e3fa93da7b73cc09ec1099a619cf (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 | ||||
-rw-r--r-- | mail/dbmail22/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index e8d651bd5071..fa24ee0d6763 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -74,7 +74,7 @@ NETSCAPEHACK_CONFIGURE_ENABLE=netscapehack NNTP_DESC= Enable NNTP support NNTP_CONFIGURE_ENABLE= nntp PGSQL_DESC= Enable PostgreSQL backend (experimental) -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication REPLICATION_CONFIGURE_ENABLE=replication diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index cbcc623a21ab..efdf05464296 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -70,7 +70,7 @@ NETSCAPEHACK_DESC= Enable X-NETSCAPE extensions NETSCAPEHACK_CONFIGURE_ENABLE=netscapehack NNTP_DESC= Enable NNTP support NNTP_CONFIGURE_ENABLE= nntp -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication (experimental) REPLICATION_CONFIGURE_ENABLE=replication diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index defb75f71f27..311011474d4d 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -29,7 +29,7 @@ MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql SQLITE_USE= SQLITE=3 SQLITE_CONFIGURE_WITH= sqlite -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql SIEVE_CONFIGURE_WITH= sieve SIEVE_LIB_DEPENDS= libsieve.so:${PORTSDIR}/mail/libsieve diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 7fec0d4bf140..c0adcba95e55 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -75,7 +75,7 @@ LDAP_USE= OPENLDAP=yes MYSQL_CONFIGURE_WITH= mysql MYSQL_USE= MYSQL=yes PGSQL_CONFIGURE_WITH= pgsql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql SQLITE_CONFIGURE_WITH= sqlite SQLITE_USE= SQLITE=3 SSL_CONFIGURE_OFF= --without-ssl diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index a2df5b6724dd..ba20ebc5f842 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -88,7 +88,7 @@ MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql MYSQL_RC_REQUIRE= mysql -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql PGSQL_RC_REQUIRE= postgresql diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 71f3cb0f7139..74fd54518e8c 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -52,7 +52,7 @@ SQLITE_CFLAGS= -I${LOCALBASE}/include SQLITE_LDFLAGS= -L${LOCALBASE}/lib SQLITE_CONFIGURE_ON= --with-experimental-sqlite -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-experimental-postgres LDAP_CONFIGURE_ON= --with-experimental-ldap diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 500f3c57833c..c77646a8d9e6 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -52,7 +52,7 @@ SQLITE_CFLAGS= -I${LOCALBASE}/include SQLITE_LDFLAGS= -L${LOCALBASE}/lib SQLITE_CONFIGURE_ON= --with-experimental-sqlite -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-experimental-postgres LDAP_CONFIGURE_ON= --with-experimental-ldap |