svn commit: r374084 - head/dns/unbound

Sergey Matveychuk sem at FreeBSD.org
Sat Dec 6 01:12:56 UTC 2014


Author: sem
Date: Sat Dec  6 01:12:55 2014
New Revision: 374084
URL: https://svnweb.freebsd.org/changeset/ports/374084
QAT: https://qat.redports.org/buildarchive/r374084/

Log:
  - Remove redundant build,run options for python dependency
  
  Submitted by:	Ruslan Makhmatkhanov

Modified:
  head/dns/unbound/Makefile

Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile	Sat Dec  6 00:18:18 2014	(r374083)
+++ head/dns/unbound/Makefile	Sat Dec  6 01:12:55 2014	(r374084)
@@ -45,7 +45,7 @@ STRIP_FILES=	.libs/libunbound.so unbound
 		unbound-control .libs/unbound-host .libs/unbound-anchor
 
 .if ${PORT_OPTIONS:MPYTHON}
-USES+=		python:2,build,run
+USES+=		python:2
 CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes
 BUILD_DEPENDS+=	swig:${PORTSDIR}/devel/swig13
 PYTHON=


More information about the svn-ports-head mailing list