diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2021-07-28 08:37:42 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2021-07-28 08:39:51 +0000 |
commit | 2f4791c65b5934c4c9569555db8a26d37288cdd7 (patch) | |
tree | b3d80fabe33d70fdd5fc63bf8ebb8732565432a7 /math/matio | |
parent | 78943b8c662bd667d87c3e528ab9ae6e3929adc3 (diff) | |
download | ports-2f4791c65b5934c4c9569555db8a26d37288cdd7.tar.gz ports-2f4791c65b5934c4c9569555db8a26d37288cdd7.zip |
Diffstat (limited to 'math/matio')
-rw-r--r-- | math/matio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/matio/Makefile b/math/matio/Makefile index 00d503e98eda..72f171b6e71c 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -10,7 +10,9 @@ COMMENT= Library for reading and writing Matlab MAT files LICENSE= BSD2CLAUSE -USES= 7z compiler:c11 libtool pathfix +USES= 7z compiler:c11 cpe libtool pathfix + +CPE_VENDOR= matio_project GNU_CONFIGURE= yes USE_LDCONFIG= yes |