git: 6fb51e07bc56 - main - graphics/libnsbmp: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:01 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6fb51e07bc56987278a44216c89a8d3c06dc33bf
commit 6fb51e07bc56987278a44216c89a8d3c06dc33bf
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:09 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:09 +0000
graphics/libnsbmp: Add CPE information
Approved by: portmgr (blanket)
---
graphics/libnsbmp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/graphics/libnsbmp/Makefile b/graphics/libnsbmp/Makefile
index 13a5f0f51805..825fc3d2c30b 100644
--- a/graphics/libnsbmp/Makefile
+++ b/graphics/libnsbmp/Makefile
@@ -13,7 +13,8 @@ LICENSE= MIT
BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem
-USES= gmake
+USES= cpe gmake
+CPE_VENDOR= netsurf-browser
USE_LDCONFIG= yes
MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared"