aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-mysql
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 /mail/exim-mysql
parent8d826dc2ff0797a67640cbdc4683c92679de4a35 (diff)
downloadports-0817a9675b4d21a54f939a6fab06ec8596218da5.tar.gz
ports-0817a9675b4d21a54f939a6fab06ec8596218da5.zip
Convert to OPTIONS_SLAVE.
PR: 191949 Submitted by: v.chernyadev at tradesoft.ru Patch by: dumbbell
Notes
Notes: svn path=/head/; revision=362543
Diffstat (limited to 'mail/exim-mysql')
-rw-r--r--mail/exim-mysql/Makefile2
1 files changed, 1 insertions, 1 deletions
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"