Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:16:42 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: 6a1a237e7ade - main - net/gssdp: Remove unneeded USES=pathfix
Message-ID:  <202107141616.16EGGgmO008540@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=6a1a237e7ade86a28f9455655abc5620ab2804f6

commit 6a1a237e7ade86a28f9455655abc5620ab2804f6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 15:50:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:09:41 +0000

    net/gssdp: Remove unneeded USES=pathfix
---
 net/gssdp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile
index c31b3c055ebb..db72fc5213b8 100644
--- a/net/gssdp/Makefile
+++ b/net/gssdp/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	glib>=2.54:devel/glib20 \
 		libsoup>=2.26.1:devel/libsoup
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup
 
-USES=		gnome meson pathfix pkgconfig tar:xz
+USES=		gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build
 
 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.16EGGgmO008540>