diff options
Diffstat (limited to 'cad/freecad/Makefile')
-rw-r--r-- | cad/freecad/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index e74dfdc0955f..f749702a0085 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -11,8 +11,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ - swig3.0:devel/swig30 \ - ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 + swig3.0:devel/swig30 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \ libboost_python.so:devel/boost-python-libs \ @@ -31,7 +30,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libhdf5.so:science/hdf5 RUN_DEPENDS= pivy>0:graphics/py-pivy@${PY_FLAVOR} -USES= dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \ +USES= dos2unix compiler:c++11-lib cmake:outsource eigen:3 fortran jpeg \ python:2.7 localbase USE_XORG= ice sm x11 xext xt USE_GL= gl glu |