diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:59:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:59:31 +0000 |
commit | c2d39f04862b52dea46de8f76bec950ef6e8f452 (patch) | |
tree | 152224b14f0cfb9903b4e286c949fb3060999503 /devel | |
parent | Use the correct variable for dependency lines. (diff) |
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=472882
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hgview/Makefile | 3 | ||||
-rw-r--r-- | devel/py-buildbot-worker/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/hgview/Makefile b/devel/hgview/Makefile index b1847dc844f6..d299d7706673 100644 --- a/devel/hgview/Makefile +++ b/devel/hgview/Makefile @@ -17,13 +17,12 @@ RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${FLAVOR} BUILD_DEPENDS= hg:devel/mercurial \ - pyrcc4:textproc/py-qt4-xml@${FLAVOR} \ xmlto:textproc/xmlto \ asciidoc:textproc/asciidoc NO_ARCH= yes USES= gmake pyqt:4 python:2.7 -USE_PYQT= gui_run qscintilla2_run +USE_PYQT= gui_run qscintilla2_run xml_run USE_PYTHON= distutils PORTDOCS= * diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile index c24c1bd6f2d6..73622ab264e7 100644 --- a/devel/py-buildbot-worker/Makefile +++ b/devel/py-buildbot-worker/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted@${FLAVOR} -TEST_DEPENDS= trial:devel/py-twisted@${FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} USES= python |