diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-15 23:28:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-15 23:28:36 +0000 |
commit | 8e6b3aa7631840ba4ff181564a79ac383bcfbd5a (patch) | |
tree | 6853734d7b459fdd81ef1fc7b48707ec6c3fed59 /cad/freecad | |
parent | 681ea215a7945930abcff42e32306ca9643a0d78 (diff) | |
download | ports-8e6b3aa7631840ba4ff181564a79ac383bcfbd5a.tar.gz ports-8e6b3aa7631840ba4ff181564a79ac383bcfbd5a.zip |
Notes
Diffstat (limited to 'cad/freecad')
-rw-r--r-- | cad/freecad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 0e5a28228aa8..d8c96f2ac92a 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libmed.so:french/med \ libshiboken2-${PYTHON_VERSION}.so:devel/shiboken2@${PY_FLAVOR} \ libhdf5.so:science/hdf5 -RUN_DEPENDS= pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR} USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \ localbase:ldflags python:2.7 localbase qt:5 |