svn commit: r338910 - head/dns/bind99

Mathieu Arnold mat at FreeBSD.org
Mon Jan 6 17:31:55 UTC 2014


Author: mat
Date: Mon Jan  6 17:31:55 2014
New Revision: 338910
URL: http://svnweb.freebsd.org/changeset/ports/338910

Log:
  Fix gssapi options knob.

Modified:
  head/dns/bind99/Makefile

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
+++ head/dns/bind99/Makefile	Mon Jan  6 17:31:55 2014	(r338910)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	bind99
 PORTVERSION=	9.9.4
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
@@ -105,7 +105,7 @@ DLZ_FILESYSTEM_CONFIGURE_ON=	--with-dlz-
 
 DLZ_STUB_CONFIGURE_ON=	--with-dlz-stub=yes
 
-GSSAPI_CONFIGURE_ENABLE=	gssapi
+GSSAPI_CONFIGURE_WITH=	gssapi
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list