1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfix

- Sort BUILD_DEPENDS
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:51:04 +08:00
parent 4a1ca5dc7f
commit c301b3bed2
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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