Date: Sat, 6 Dec 2014 01:12:55 +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: r374084 - head/dns/unbound Message-ID: <201412060112.sB61Ctlv057705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412060112.sB61Ctlv057705>