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 /multimedia/py-periscope | |
parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) |
Notes
Diffstat (limited to 'multimedia/py-periscope')
-rw-r--r-- | multimedia/py-periscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/py-periscope/Makefile b/multimedia/py-periscope/Makefile index 2623436924af..022b213d049c 100644 --- a/multimedia/py-periscope/Makefile +++ b/multimedia/py-periscope/Makefile @@ -17,12 +17,12 @@ COMMENT= Subtitles searching module LICENSE= LGPL3 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= distutils autoplist NO_WRKSUBDIR= yes -USES= desktop-file-utils python +USES= desktop-file-utils python:2.7 OPTIONS_DEFINE= UNRAR OPTIONS_DEFAULT= UNRAR |