diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-26 18:15:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-26 18:15:45 +0000 |
commit | 975ef4e089188131565fc545a048db0f7da582a5 (patch) | |
tree | 60657ba574cc7cf8a6994ef1b2518b214541eb8f /math/moab | |
parent | a732c5b4e9a89d2b079bde47d55211341c3a0c19 (diff) |
Notes
Diffstat (limited to 'math/moab')
-rw-r--r-- | math/moab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/moab/Makefile b/math/moab/Makefile index 1db3f52de1b8..16e77031e44b 100644 --- a/math/moab/Makefile +++ b/math/moab/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT} MAINTAINER= yuri@FreeBSD.org COMMENT= Component for representing and evaluating mesh data -LICENSE= BSD2CLAUSE -xLICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhdf5.so:science/hdf5 \ libnetcdf.so:science/netcdf \ |