From 0817a9675b4d21a54f939a6fab06ec8596218da5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 22 Jul 2014 14:05:43 +0000 Subject: Convert to OPTIONS_SLAVE. PR: 191949 Submitted by: v.chernyadev at tradesoft.ru Patch by: dumbbell --- mail/exim-ldap2/Makefile | 2 +- mail/exim-mysql/Makefile | 2 +- mail/exim-postgresql/Makefile | 2 +- mail/exim-sa-exim/Makefile | 2 +- mail/exim-sqlite/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') 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" -- cgit v1.2.3