diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-04 10:14:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-04 10:14:31 +0000 |
commit | 4754921a86720f19bb6fde1c70ad6bd03248f4ca (patch) | |
tree | 7fff7dd5cd6dfc0b9a19e80883232cfe4d219b72 /math/eigen3 | |
parent | c22dc75517a22bc778a1626cf7dd0c298b7fe159 (diff) | |
download | ports-4754921a86720f19bb6fde1c70ad6bd03248f4ca.tar.gz ports-4754921a86720f19bb6fde1c70ad6bd03248f4ca.zip |
Notes
Diffstat (limited to 'math/eigen3')
-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 |