Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 18:28:43 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480058 - head/dns/unbound
Message-ID:  <201809181828.w8IIShWx082153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep 18 18:28:42 2018
New Revision: 480058
URL: https://svnweb.freebsd.org/changeset/ports/480058

Log:
  dns/unbound: Fix OPTIONS_DEFINE reference
  
  Missed in previous commit
  
  PR:		231283
  Submitted by:	jaap@NLnetLabs.nl (maintainer)
  Pointyhat to:	swills

Modified:
  head/dns/unbound/Makefile   (contents, props changed)

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Tue Sep 18 18:25:47 2018	(r480057)
+++ head/dns/unbound/Makefile	Tue Sep 18 18:28:42 2018	(r480058)
@@ -36,7 +36,7 @@ OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
 		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
 		HIREDIS
-OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST_DESC
+OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
 
 LIBEVENT_DESC=	Build against libevent
 GOST_DESC=	Enable GOST support (requires OpenSSL >= 1.0)



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