git: 8284ee5cf34e - main - devel/libgee: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 20:01:56 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8284ee5cf34e20461d83970b638ce2782591ba92

commit 8284ee5cf34e20461d83970b638ce2782591ba92
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 19:43:35 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 20:01:22 +0000

    devel/libgee: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/libgee/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile
index 0219c2d7d64a..cf14a178add3 100644
--- a/devel/libgee/Makefile
+++ b/devel/libgee/Makefile
@@ -18,9 +18,10 @@ PORTSCOUT=	limitw:1,even
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-introspection=yes
-USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USES=		cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	gnome
 
 .include <bsd.port.mk>