diff options
-rw-r--r-- | databases/evolution-data-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 3a2d9694db5c..21a946155914 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -44,7 +44,8 @@ WEATHER_DESC= Weather calendar backend WEATHER_LIB_DEPENDS= libgweather.so:${PORTSDIR}/net/libgweather WEATHER_CONFIGURE_WITH= weather -KERBEROS_CONFIGURE_WITH= --with-krb5=/usr +KERBEROS_CONFIGURE_WITH= krb5=/usr +KERBEROS_CONFGIURE_WITHOUT= --without-krb5 .include <bsd.port.options.mk> |