svn commit: r480058 - head/dns/unbound

Steve Wills swills at FreeBSD.org
Tue Sep 18 18:28:43 UTC 2018


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 at 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)


More information about the svn-ports-head mailing list