From d12d4acc86f5581e5c7598ae51a1a98ff8986b35 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 1 May 2014 08:31:24 +0000 Subject: [PATCH] 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 --- databases/evolution-data-server/Makefile | 4 ++-- 1 file 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