svn commit: r552348 - head/cad/py-cq-editor
Antoine Brodin
antoine at FreeBSD.org
Wed Oct 14 17:49:05 UTC 2020
Author: antoine
Date: Wed Oct 14 17:49:05 2020
New Revision: 552348
URL: https://svnweb.freebsd.org/changeset/ports/552348
Log:
Fix DEPENDS
Modified:
head/cad/py-cq-editor/Makefile
Modified: head/cad/py-cq-editor/Makefile
==============================================================================
--- head/cad/py-cq-editor/Makefile Wed Oct 14 17:28:16 2020 (r552347)
+++ head/cad/py-cq-editor/Makefile Wed Oct 14 17:49:05 2020 (r552348)
@@ -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
More information about the svn-ports-all
mailing list