diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
| commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
| tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /sysutils/py-diffoscope | |
| parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) | |
Notes
Diffstat (limited to 'sysutils/py-diffoscope')
| -rw-r--r-- | sysutils/py-diffoscope/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 20383a92ca57..8c33516f43ff 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -13,15 +13,15 @@ COMMENT= In-depth comparison of files, archives, and directories LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libarchive-c>=0:archivers/py3-libarchive-c \ - ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py3-python-magic \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libarchive-c>=0:archivers/py-libarchive-c@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${FLAVOR} \ gdiff:textproc/diffutils -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} \ zipinfo:archivers/unzip \ isoinfo:sysutils/cdrkit \ rpm2cpio:archivers/rpm2cpio -USES= python:3.4+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |
