Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:26 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: c4b3cf06c0ae - main - textproc/libcroco: Add CPE information
Message-ID:  <202109102119.18ALJQhw004580@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=c4b3cf06c0aec9e4128e9f2858206fcdd965cae8

commit c4b3cf06c0aec9e4128e9f2858206fcdd965cae8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:00:40 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:22 +0000

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

diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile
index 99b6b610e3d5..782e03e4e539 100644
--- a/textproc/libcroco/Makefile
+++ b/textproc/libcroco/Makefile
@@ -11,11 +11,12 @@ COMMENT=	CSS2 parsing library
 LICENSE=	LGPL21
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USES=		cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20 libxml2
 CONFIGURE_ARGS=	--disable-gtk-doc-html
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	gnome
 
 PLIST_SUB=	VERSION="0.6"
 



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