Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 19:00:11 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374078 - head/dns/unbound
Message-ID:  <201412051900.sB5J0B6F079798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <aberg010@my.hennepintech.edu>

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=



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