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 /net-p2p | |
parent | 9304895709a6f8eba3df00bc5410b6f5dbe8382f (diff) | |
download | freebsd-ports-graphics-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.gz freebsd-ports-graphics-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.tar.zst freebsd-ports-graphics-cff6da1b7fcbd896785c044bbdfe462c9fb1a74c.zip |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile index 1ef525cedfc..3120fdc843f 100644 --- a/net-p2p/deluge-cli/Makefile +++ b/net-p2p/deluge-cli/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= intltool-merge:textproc/intltool RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py-xdg@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:net-p2p/libtorrent-rasterbar-python \ + ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>=0:net-p2p/libtorrent-rasterbar-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako@${FLAVOR} \ |