From owner-svn-ports-head@FreeBSD.ORG Fri Dec 5 19:00:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68B6CE62; Fri, 5 Dec 2014 19:00:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5005485C; Fri, 5 Dec 2014 19:00:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5J0Bkh079804; Fri, 5 Dec 2014 19:00:11 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5J0B6F079798; Fri, 5 Dec 2014 19:00:11 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201412051900.sB5J0B6F079798@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Fri, 5 Dec 2014 19:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374078 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 19:00:11 -0000 Author: sem Date: Fri Dec 5 19:00:10 2014 New Revision: 374078 URL: https://svnweb.freebsd.org/changeset/ports/374078 QAT: https://qat.redports.org/buildarchive/r374078/ Log: - Fix python dependency PR: 194447 Submitted by: Andrew Berg Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Fri Dec 5 18:52:53 2014 (r374077) +++ head/dns/unbound/Makefile Fri Dec 5 19:00:10 2014 (r374078) @@ -45,7 +45,7 @@ STRIP_FILES= .libs/libunbound.so unbound unbound-control .libs/unbound-host .libs/unbound-anchor .if ${PORT_OPTIONS:MPYTHON} -USES+= python +USES+= python:2,build,run CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 PYTHON=