svn commit: r352737 - head/databases/evolution-data-server

Koop Mast kwm at FreeBSD.org
Thu May 1 08:31:25 UTC 2014


Author: kwm
Date: Thu May  1 08:31:24 2014
New Revision: 352737
URL: http://svnweb.freebsd.org/changeset/ports/352737
QAT: https://qat.redports.org/buildarchive/r352737/

Log:
  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 at microsemi.com>

Modified:
  head/databases/evolution-data-server/Makefile

Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile	Thu May  1 08:18:55 2014	(r352736)
+++ head/databases/evolution-data-server/Makefile	Thu May  1 08:31:24 2014	(r352737)
@@ -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>
 


More information about the svn-ports-all mailing list