Date: Thu, 13 Feb 2014 21:51:25 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344150 - head/mail/sendmail-sasl Message-ID: <201402132151.s1DLpP6K077741@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Feb 13 21:51:25 2014 New Revision: 344150 URL: http://svnweb.freebsd.org/changeset/ports/344150 QAT: https://qat.redports.org/buildarchive/r344150/ Log: - use OPTIONS_SET Modified: head/mail/sendmail-sasl/Makefile Modified: head/mail/sendmail-sasl/Makefile ============================================================================== --- head/mail/sendmail-sasl/Makefile Thu Feb 13 21:42:40 2014 (r344149) +++ head/mail/sendmail-sasl/Makefile Thu Feb 13 21:51:25 2014 (r344150) @@ -4,11 +4,8 @@ CATEGORIES= mail ipv6 MAINTAINER= dinoex@FreeBSD.org -WITH_TLS= yes -WITH_SASL= yes -WITH_SASLAUTHD= yes -SENDMAIL_PORT?= sendmail -MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT} +OPTIONS_SET+= TLS SASL SASLAUTHD +MASTERDIR?= ${.CURDIR}/../sendmail .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402132151.s1DLpP6K077741>