diff options
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r-- | math/eigen3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 84d8352cb0a0..de85956ee021 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -12,6 +12,8 @@ COMMENT= Lightweight library for vector and matrix math LICENSE= LGPL21 MPL20 LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL2 CMAKE_ARGS= -DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig" USES= cmake:outsource tar:bzip2 |