diff options
author | mat <mat@FreeBSD.org> | 2018-05-22 21:15:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-05-22 21:15:13 +0800 |
commit | cff6da1b7fcbd896785c044bbdfe462c9fb1a74c (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /dns/bind911 | |
parent | 9304895709a6f8eba3df00bc5410b6f5dbe8382f (diff) | |
download | freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.gz freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.zst freebsd-ports-gnome-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.zip |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind911')
-rw-r--r-- | dns/bind911/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 5308b8468697..e6221e3aa80f 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -169,9 +169,9 @@ MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11 NATIVE_PKCS11_IMPLIES= THREADS -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply +PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} PYTHON_USES= python QUERYTRACE_CONFIGURE_ENABLE= querytrace |