git: 27ea5683575d - main - net/gupnp: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:46 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=27ea5683575dc1e91a8ff6f68c4aae8f3290c5d3 commit 27ea5683575dc1e91a8ff6f68c4aae8f3290c5d3 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/gupnp: Add CPE information Approved by: portmgr (blanket) --- net/gupnp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index f6a52a8a8473..548dfcd4e3fe 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libgssdp-1.2.so:net/gssdp \ libsoup-2.4.so:devel/libsoup \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 gnome meson pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 cpe gnome meson pkgconfig python:run shebangfix tar:xz +CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build libxml2 MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true