aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-10-14 17:49:05 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-10-14 17:49:05 +0000
commitfa5355871961bd2c1fea88d2f41e93b7c7471234 (patch)
tree3a355016d4e27da350f6d65c74d97d3c89fbb3aa /cad
parentc0a0361bc89cb019d85f5bf93871f0b7d466231d (diff)
downloadports-fa5355871961bd2c1fea88d2f41e93b7c7471234.tar.gz
ports-fa5355871961bd2c1fea88d2f41e93b7c7471234.zip
Fix DEPENDS
Notes
Notes: svn path=/head/; revision=552348
Diffstat (limited to 'cad')
-rw-r--r--cad/py-cq-editor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/py-cq-editor/Makefile b/cad/py-cq-editor/Makefile
index 678e013aa130..4cd562f63678 100644
--- a/cad/py-cq-editor/Makefile
+++ b/cad/py-cq-editor/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cq-editor
DISTVERSION= 0.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ COMMENT= CadQuery GUI editor based on PyQT
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cadquery:cad/py-cadquery@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR}
USES= pyqt:5 python:3.6+
USE_PYTHON= autoplist distutils