aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-05-27 08:50:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-05-27 08:50:21 +0000
commit3e257a1c6b695f48bce3c224f9dc120493f6d8e2 (patch)
treee613cde2846020a531e52d816dda7e84bfb7f070 /archivers
parent8f1033b633637778c54e85d493d94b40a9a671fc (diff)
downloadports-3e257a1c6b695f48bce3c224f9dc120493f6d8e2.tar.gz
ports-3e257a1c6b695f48bce3c224f9dc120493f6d8e2.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-bup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/py-bup/Makefile b/archivers/py-bup/Makefile
index e1bb64451b89..53b6c0cb1e45 100644
--- a/archivers/py-bup/Makefile
+++ b/archivers/py-bup/Makefile
@@ -12,8 +12,8 @@ COMMENT= Very efficient backup system based on the git packfile format
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/posix1e.so:security/py-pylibacl \
- xattr:devel/py-xattr \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylibacl>=0:security/py-pylibacl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \
git>=1.5.3.1:devel/git \
par2cmdline>=0.4:archivers/par2cmdline
BUILD_DEPENDS= bash:shells/bash git>=1.5.3.1:devel/git
@@ -23,7 +23,7 @@ PLIST_SUB= MANDIR=${PREFIX}/man
OPTIONS_DEFINE= TORNADO DOCS
OPTIONS_DEFAULT= DOC
TORNADO_DESC= Bup web server
-TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado
+TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${PY_FLAVOR}
DOCS_DESC= Build man files and html documentation
DOCS_BUILD_DEPENDS= pandoc:textproc/hs-pandoc
DOCS_VARS= PANDOC=pandoc