diff options
author | mat <mat@FreeBSD.org> | 2018-02-15 20:34:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-15 20:34:49 +0800 |
commit | ef3c2f92f74f30886114eab9201e86f48dcb026d (patch) | |
tree | bf19f32ea6808c09829f1a5d7bde66757b0d8790 /cad/freecad | |
parent | 644aeb581e7615d27d404a74f183abbe17284967 (diff) | |
download | freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.tar.gz freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.tar.zst freebsd-ports-gnome-ef3c2f92f74f30886114eab9201e86f48dcb026d.zip |
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368
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 d9cfd40550ef..db0748ad625b 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ swig3.0:devel/swig30 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \ - libboost_python.so:devel/boost-python-libs \ + ${PY_BOOST} \ libpyside-python2.7.so:devel/pyside@${PY_FLAVOR} \ libCoin.so:graphics/Coin \ libpng.so:graphics/png \ |