Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 16:14:45 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1e308f5e7703 - main - net/grilo: Add CPE information
Message-ID:  <202110201614.19KGEjbY086343@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e308f5e77036f53044108ac7e0b5b0f0bc748dd

commit 1e308f5e77036f53044108ac7e0b5b0f0bc748dd
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:19 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:19 +0000

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

diff --git a/net/grilo/Makefile b/net/grilo/Makefile
index d66fe210e0f4..a4360d726336 100644
--- a/net/grilo/Makefile
+++ b/net/grilo/Makefile
@@ -16,8 +16,9 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		liboauth.so:net/liboauth \
 		libtotem-plparser.so:multimedia/totem-pl-parser
 
-USES=		gettext gnome localbase meson pathfix pkgconfig \
+USES=		cpe gettext gnome localbase meson pathfix pkgconfig \
 		python:3.4+,build tar:xz
+CPE_VENDOR=	gnome
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20 introspection:build libxml2
 BINARY_ALIAS=	python=${PYTHON_VERSION}



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