summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-01 08:31:24 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-01 08:31:24 +0000
commitd12d4acc86f5581e5c7598ae51a1a98ff8986b35 (patch)
tree923153e14da039ac3f765bbfee9f6a60193121e1 /databases
parentdevel/gprbuild: Fix build bug that prevented parallel building (diff)
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>
Notes
Notes: svn path=/head/; revision=352737
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile4
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>