diff --git a/cad/py-cq-editor/Makefile b/cad/py-cq-editor/Makefile index 056505ea6a8c..c8997b7eb248 100644 --- a/cad/py-cq-editor/Makefile +++ b/cad/py-cq-editor/Makefile @@ -1,24 +1,24 @@ PORTNAME= cq-editor DISTVERSION= 0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@nicandneal.net COMMENT= CadQuery GUI editor based on PyQT WWW= https://github.com/CadQuery/CQ-editor/ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/py-spyder + ${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/spyder USES= pyqt:5 python:3.6+ USE_PYTHON= autoplist distutils USE_PYQT= pyqt5 USE_GITHUB= yes GH_ACCOUNT= CadQuery GH_PROJECT= CQ-editor .include