git: 362c9f252799 - main - devel/libgsf: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 8 20:54:07 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=362c9f2527996c92f4ff88ce9f0bec35cf495419

commit 362c9f2527996c92f4ff88ce9f0bec35cf495419
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-08 20:39:30 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-08 20:53:38 +0000

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

diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index 594a41306a37..891ead57185b 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -15,12 +15,13 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
 
-USES=		gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USES=		cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz
 USE_GNOME=	gdkpixbuf2 intlhack introspection:build libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--enable-introspection
+CPE_VENDOR=	gnome
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_DEFAULT=NLS


More information about the dev-commits-ports-main mailing list