svn commit: r386687 - head/dns/bind910

Mathieu Arnold mat at FreeBSD.org
Mon May 18 15:33:08 UTC 2015


Author: mat
Date: Mon May 18 15:33:07 2015
New Revision: 386687
URL: https://svnweb.freebsd.org/changeset/ports/386687

Log:
  Typo
  
  Poked by:	Peter Blok
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Mon May 18 14:48:38 2015	(r386686)
+++ head/dns/bind910/Makefile	Mon May 18 15:33:07 2015	(r386687)
@@ -170,7 +170,7 @@ GSSAPI_NONE_CONFIGURE_ON=	--without-gssa
 .include <bsd.port.options.mk>
 
 .if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1}
-CONFIGURE_ARGS+==	--without-gost
+CONFIGURE_ARGS+=	--without-gost
 .endif
 
 .if !${PORT_OPTIONS:MLINKS}


More information about the svn-ports-all mailing list