diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-06-27 01:14:01 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-06-27 01:14:01 +0000 |
commit | 519877d020c7f93880bb55cf82465bf64d3c7ff1 (patch) | |
tree | 3146a2dddf1eeb6a80f91b73dddaa38e52aadcb1 /cad/openscad | |
parent | 82f44b69fb7fc5f4c2cc8063c48a72fea9e5ace4 (diff) |
Notes
Diffstat (limited to 'cad/openscad')
-rw-r--r-- | cad/openscad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 75372e52a0d8..8d816a896fde 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -17,7 +17,7 @@ COMMENT= The programmer's solid 3D CAD modeller BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex:${PORTSDIR}/textproc/flex \ - eigen>=2.0.3:${PORTSDIR}/math/eigen2 \ + ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs #RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ |