Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2015 15:33:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386687 - head/dns/bind910
Message-ID:  <201505181533.t4IFX8Gv063238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505181533.t4IFX8Gv063238>