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 | |
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')
-rw-r--r-- | cad/freecad/Makefile | 2 | ||||
-rw-r--r-- | cad/linuxcnc-devel/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index 5203c2231ea0..6e33912ed459 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 BROKEN= wrong DEPENDS LIB_DEPENDS= libBLT25.so:x11-toolkits/blt \ - libboost_python.so:devel/boost-python-libs \ + ${PY_BOOST} \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libmodbus.so:comms/libmodbus \ |