aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2014-07-22 14:05:43 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2014-07-22 14:05:43 +0000
commit0817a9675b4d21a54f939a6fab06ec8596218da5 (patch)
tree1b2d6e6957475ae32ce3369db9b9da2b6507fda7
parent8d826dc2ff0797a67640cbdc4683c92679de4a35 (diff)
downloadports-0817a9675b4d21a54f939a6fab06ec8596218da5.tar.gz
ports-0817a9675b4d21a54f939a6fab06ec8596218da5.zip
Notes
-rw-r--r--mail/exim-ldap2/Makefile2
-rw-r--r--mail/exim-mysql/Makefile2
-rw-r--r--mail/exim-postgresql/Makefile2
-rw-r--r--mail/exim-sa-exim/Makefile2
-rw-r--r--mail/exim-sqlite/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim-ldap2/Makefile b/mail/exim-ldap2/Makefile
index e0513b9b9ed3..3f50f19a37d3 100644
--- a/mail/exim-ldap2/Makefile
+++ b/mail/exim-ldap2/Makefile
@@ -4,6 +4,6 @@
PKGNAMESUFFIX= -ldap2
MASTERDIR= ${.CURDIR}/../exim
-WITH_OPENLDAP= yes
+OPTIONS_SLAVE= OPENLDAP
.include "${MASTERDIR}/Makefile"
diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile
index 5cc267262f87..b44d1943bfaf 100644
--- a/mail/exim-mysql/Makefile
+++ b/mail/exim-mysql/Makefile
@@ -4,6 +4,6 @@
PKGNAMESUFFIX= -mysql
MASTERDIR= ${.CURDIR}/../exim
-WITH_MYSQL= yes
+OPTIONS_SLAVE= MYSQL
.include "${MASTERDIR}/Makefile"
diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile
index 4a2e965e0119..2dafd81b5cb8 100644
--- a/mail/exim-postgresql/Makefile
+++ b/mail/exim-postgresql/Makefile
@@ -4,6 +4,6 @@
PKGNAMESUFFIX= -postgresql
MASTERDIR= ${.CURDIR}/../exim
-WITH_PGSQL= yes
+OPTIONS_SLAVE= PGSQL
.include "${MASTERDIR}/Makefile"
diff --git a/mail/exim-sa-exim/Makefile b/mail/exim-sa-exim/Makefile
index 24c5b1a2b3f1..dfec2edd4d2b 100644
--- a/mail/exim-sa-exim/Makefile
+++ b/mail/exim-sa-exim/Makefile
@@ -6,6 +6,6 @@ MASTERDIR= ${.CURDIR}/../exim
PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION}
-WITH_SA_EXIM= yes
+OPTIONS_SLAVE= SA_EXIM
.include "${MASTERDIR}/Makefile"
diff --git a/mail/exim-sqlite/Makefile b/mail/exim-sqlite/Makefile
index e7e428030302..4823e65e1909 100644
--- a/mail/exim-sqlite/Makefile
+++ b/mail/exim-sqlite/Makefile
@@ -4,6 +4,6 @@
PKGNAMESUFFIX= -sqlite
MASTERDIR= ${.CURDIR}/../exim
-WITH_SQLITE= yes
+OPTIONS_SLAVE= SQLITE
.include "${MASTERDIR}/Makefile"