From 2f4791c65b5934c4c9569555db8a26d37288cdd7 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Wed, 28 Jul 2021 11:37:42 +0300 Subject: [PATCH] math/matio: add CPE info --- math/matio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/matio/Makefile b/math/matio/Makefile index 00d503e98edac..72f171b6e71cd 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