mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
8328d9fd4a
commit
d12d4acc86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352737
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ WEATHER_DESC= Weather calendar backend
|
||||||
|
|
||||||
WEATHER_LIB_DEPENDS= libgweather.so:${PORTSDIR}/net/libgweather
|
WEATHER_LIB_DEPENDS= libgweather.so:${PORTSDIR}/net/libgweather
|
||||||
WEATHER_CONFIGURE_WITH= weather
|
WEATHER_CONFIGURE_WITH= weather
|
||||||
KERBEROS_CONFIGURE_WITH= krb5=/usr
|
KERBEROS_CONFIGURE_ON= --with-krb5=/usr
|
||||||
KERBEROS_CONFGIURE_WITHOUT= --without-krb5
|
KERBEROS_CONFIGURE_OFF= --without-krb5
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue