git: e031fb260655 - main - net/gfbgraph: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 19:04:06 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e031fb260655676fe474aff2c601761544cbe041 commit e031fb260655676fe474aff2c601761544cbe041 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 19:03:52 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 19:03:52 +0000 net/gfbgraph: Add CPE information Approved by: portmgr (blanket) --- net/gfbgraph/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile index 8896a84ca78f..1038a2c38b60 100644 --- a/net/gfbgraph/Makefile +++ b/net/gfbgraph/Makefile @@ -14,8 +14,10 @@ LIB_DEPENDS= librest-0.7.so:devel/librest \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup -USES= autoreconf gettext gmake gnome libtool localbase:ldflags pathfix \ +USES= autoreconf cpe gettext gmake gnome libtool localbase:ldflags pathfix \ pkgconfig tar:xz +CPE_VENDOR= gnome +CPE_PRODUCT= lib${PORTNAME} USE_GNOME= glib20 intlhack introspection:build libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes