Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2012 20:41:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301286 - head/dns/unbound
Message-ID:  <201207212041.q6LKf9P4082455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 21 20:41:09 2012
New Revision: 301286
URL: http://svn.freebsd.org/changeset/ports/301286

Log:
  - Fix option handling of THREADS
  
  PR:		ports/170007
  Reported by:	Alexey Kouznetsov <alexey@kouznetsov.com>
  Submitted by:	crees
  Approved by:	sem (maintainer)

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

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Sat Jul 21 20:02:06 2012	(r301285)
+++ head/dns/unbound/Makefile	Sat Jul 21 20:41:09 2012	(r301286)
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+=--with-libevent=${LOCALB
 CONFIGURE_ARGS+=--with-libevent=no
 .endif
 
-.if empty(${PORT_OPTIONS:MTHREADS})
+.if empty(PORT_OPTIONS:MTHREADS)
 CONFIGURE_ARGS+=--without-pthreads
 .endif
 



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