There is no _WITH/_WITHOUT support in bsd.options.mk. Use _ON/_OFF instead

for the kerberos option and fix typo in _OFF line.

Submitted by:	John Hein <john.hein@microsemi.com>
This commit is contained in:
Koop Mast 2014-05-01 08:31:24 +00:00
parent 8328d9fd4a
commit d12d4acc86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352737

View file

@ -44,8 +44,8 @@ WEATHER_DESC= Weather calendar backend
WEATHER_LIB_DEPENDS= libgweather.so:${PORTSDIR}/net/libgweather
WEATHER_CONFIGURE_WITH= weather
KERBEROS_CONFIGURE_WITH= krb5=/usr
KERBEROS_CONFGIURE_WITHOUT= --without-krb5
KERBEROS_CONFIGURE_ON= --with-krb5=/usr
KERBEROS_CONFIGURE_OFF= --without-krb5
.include <bsd.port.options.mk>