diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2014-07-22 22:05:43 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2014-07-22 22:05:43 +0800 |
commit | 2a8202e79d03dc7439d89140aefdb0b3f83b92ca (patch) | |
tree | 1b2d6e6957475ae32ce3369db9b9da2b6507fda7 /mail/exim-sa-exim | |
parent | 0a0a30c225ffb576b27fc65135dc5efccde849d1 (diff) | |
download | freebsd-ports-gnome-2a8202e79d03dc7439d89140aefdb0b3f83b92ca.tar.gz freebsd-ports-gnome-2a8202e79d03dc7439d89140aefdb0b3f83b92ca.tar.zst freebsd-ports-gnome-2a8202e79d03dc7439d89140aefdb0b3f83b92ca.zip |
Convert to OPTIONS_SLAVE.
PR: 191949
Submitted by: v.chernyadev at tradesoft.ru
Patch by: dumbbell
Diffstat (limited to 'mail/exim-sa-exim')
-rw-r--r-- | mail/exim-sa-exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |