git: 178f477f3b9b - main - graphics/xcftools: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:22 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=178f477f3b9bda5fe39031c8be0ad6c5aef99b8f
commit 178f477f3b9bda5fe39031c8be0ad6c5aef99b8f
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:14 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:14 +0000
graphics/xcftools: Add CPE information
Approved by: portmgr (blanket)
---
graphics/xcftools/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/graphics/xcftools/Makefile b/graphics/xcftools/Makefile
index ff7d0c7eae6f..10b88a1f7e86 100644
--- a/graphics/xcftools/Makefile
+++ b/graphics/xcftools/Makefile
@@ -16,7 +16,8 @@ GH_ACCOUNT= j-jorge
GH_TAGNAME= d72ba82
# option NLS (for gettext) is wrong as this port allways needs NLS:
-USES= libtool cmake:insource,noninja gmake iconv pkgconfig perl5 gettext
+USES= cpe libtool cmake:insource,noninja gmake iconv pkgconfig perl5 gettext
+CPE_VENDOR= ${PORTNAME}_project
USE_PERL5= build run
GNU_CONFIGURE= yes
USE_LDCONFIG= yes