svn commit: r301286 - head/dns/unbound
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 21 20:41:09 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list