View | Details | Raw Unified | Return to bug 194447 | Differences between
and this patch

Collapse All | Expand All

(-)dns/unbound/Makefile (working copy) (-1 / +1 lines)
Lines 46-52 Link Here
46
               unbound-control .libs/unbound-host .libs/unbound-anchor
46
               unbound-control .libs/unbound-host .libs/unbound-anchor
47
.if ${PORT_OPTIONS:MPYTHON}
47
.if ${PORT_OPTIONS:MPYTHON}
48
USE_PYTHON=    yes
48
USES+=          python:2,build,run
49
CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes
49
CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes
50
BUILD_DEPENDS+=        swig:${PORTSDIR}/devel/swig13
50
BUILD_DEPENDS+=        swig:${PORTSDIR}/devel/swig13
51
PYTHON=
51
PYTHON=

Return to bug 194447