diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 15:51:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-14 16:09:42 +0000 |
commit | c301b3bed281e0d1d0efc884f6fea53d67840351 (patch) | |
tree | c6f0b26ee912fc302cc55efece80229c66894a26 /net/gupnp-igd | |
parent | 4a1ca5dc7ffc492740c071143f0c96ff69bf96a4 (diff) |
net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfix
- Sort BUILD_DEPENDS
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r-- | net/gupnp-igd/Makefile | 8 |
1 files 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 |