Date: Wed, 14 Jul 2021 16:16:46 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: c301b3bed281 - main - net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfix Message-ID: <202107141616.16EGGk8h008612@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=c301b3bed281e0d1d0efc884f6fea53d67840351 commit c301b3bed281e0d1d0efc884f6fea53d67840351 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 15:51:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:09:42 +0000 net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfix - Sort BUILD_DEPENDS --- net/gupnp-igd/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 3d33acc9b163..a99e7b95be38 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -12,14 +12,12 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gobject-introspection>=0.10:devel/gobject-introspection \ - gupnp>=1.2.0:net/gupnp \ - gssdp>=1.2.0:net/gssdp + gssdp>=1.2.0:net/gssdp \ + gupnp>=1.2.0:net/gupnp LIB_DEPENDS= libgssdp-1.2.so:net/gssdp \ libgupnp-1.2.so:net/gupnp -RUN_DEPENDS= gupnp>=1.2.0:net/gupnp \ - gssdp>=1.2.0:net/gssdp -USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz +USES= compiler:c11 gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= -Dgtk_doc=false -Dintrospection=true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141616.16EGGk8h008612>