aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-03-28 19:41:50 +0000
committerDiane Bruce <db@FreeBSD.org>2020-03-28 19:41:50 +0000
commit987c7d4bc0b1e374d6f701d9d5765f419ccda83e (patch)
treea3e24f0fbb8012ba05945b7d04b87c619239433a /cad
parent846fae399b6aa387e18a63fcda9e44b79977c633 (diff)
downloadports-987c7d4bc0b1e374d6f701d9d5765f419ccda83e.tar.gz
ports-987c7d4bc0b1e374d6f701d9d5765f419ccda83e.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/uranium/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/uranium/Makefile b/cad/uranium/Makefile
index 7db82a6162e6..95746bf045f5 100644
--- a/cad/uranium/Makefile
+++ b/cad/uranium/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Uranium
DISTVERSION= 15.06.03
+PORTREVISION= 1
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
@@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qt5-quick>0:x11-toolkits/py-qt5-quick@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR}
USES= cmake python:3.4+ gettext
USE_GITHUB= yes