Date: Wed, 14 Jul 2021 16:16:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9809e2672a11 - main - net/gupnp: Remove unneeded USES=pathfix Message-ID: <202107141616.16EGGiw6008564@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9809e2672a11e46f2e7ff477a9b08b08ded5337f commit 9809e2672a11e46f2e7ff477a9b08b08ded5337f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 15:50:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:09:41 +0000 net/gupnp: Remove unneeded USES=pathfix --- net/gupnp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 0a74c5718d48..ac93c1936ef8 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libgssdp-1.2.so:net/gssdp \ libsoup-2.4.so:devel/libsoup \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 gnome meson pathfix pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 gnome meson pkgconfig python:run shebangfix tar:xz USE_GNOME= glib20 introspection:build libxml2 MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141616.16EGGiw6008564>