Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 20:54:06 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 362c9f252799 - main - devel/libgsf: Add CPE information
Message-ID:  <202109082054.188Ks6iK021319@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit 362c9f2527996c92f4ff88ce9f0bec35cf495419
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-08 20:39:30 +0000
Commit:     Bernhard Froehlich <decke@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109082054.188Ks6iK021319>