Date: Wed, 14 Oct 2020 17:49:05 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552348 - head/cad/py-cq-editor Message-ID: <202010141749.09EHn5vF020606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010141749.09EHn5vF020606>