aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2021-02-22 21:34:00 +0000
committerDiane Bruce <db@FreeBSD.org>2021-02-22 21:34:00 +0000
commita499d87d917a12dc0024d98319546ca9f1855c56 (patch)
treedde46ec1a2eff0efeba462a91d0622a158dfeba2 /cad
parent5f19d593b30fce505bf355f4e8ca70585ab59d19 (diff)
downloadports-a499d87d917a12dc0024d98319546ca9f1855c56.tar.gz
ports-a499d87d917a12dc0024d98319546ca9f1855c56.zip
Just to add to the mix here (I can open a new ticket if you prefer):
Missing dependency: py37-qt5-svg (Icons render as black squares without it.) - db Yes this should have been a separate PR :-) closing PR now PR: ports/251236 Reported by: eborisch+FreeBSD@gmail.com
Notes
Notes: svn path=/head/; revision=566336
Diffstat (limited to 'cad')
-rw-r--r--cad/cura/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/cura/Makefile b/cad/cura/Makefile
index 345867fd4e03..1b8e471c2f05 100644
--- a/cad/cura/Makefile
+++ b/cad/cura/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Cura
DISTVERSION= 4.8.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
@@ -21,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \
qt5-graphicaleffects>0:graphics/qt5-graphicaleffects \
qt5-quickcontrols>0:x11-toolkits/qt5-quickcontrols \
qt5-quickcontrols2>0:x11-toolkits/qt5-quickcontrols2 \
+ ${PYTHON_PKGNAMEPREFIX}qt5-svg>0:graphics/py-qt5-svg \
Uranium>=${DISTVERSION}:cad/uranium \
libCharon>=${DISTVERSION}:net/libcharon \
CuraEngine>=${DISTVERSION}:cad/cura-engine \