diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-01 16:31:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-01 16:31:24 +0800 |
commit | 89ffb9a26dfca30fae26de6f46a9714891323d9a (patch) | |
tree | 923153e14da039ac3f765bbfee9f6a60193121e1 /databases | |
parent | 4cea0cf2d21932fbb607c4fcd2f13f8274f7e774 (diff) | |
download | freebsd-ports-gnome-89ffb9a26dfca30fae26de6f46a9714891323d9a.tar.gz freebsd-ports-gnome-89ffb9a26dfca30fae26de6f46a9714891323d9a.tar.zst freebsd-ports-gnome-89ffb9a26dfca30fae26de6f46a9714891323d9a.zip |
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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 21a946155914..c6fc89909e55 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -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> |