diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-07 20:39:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-07 20:39:59 +0000 |
commit | c36bb3d4c721f26b1357dbed0c7c279f2e4e2b20 (patch) | |
tree | d6e3848ab922e5dfa164124fb654179c175d14c6 | |
parent | 5f8352500348548acbb8dbb7e4f4b85f9598ddeb (diff) | |
download | pkgsrc-c36bb3d4c721f26b1357dbed0c7c279f2e4e2b20.tar.gz |
gupnp: gobject-introspection is a build dependency
Bump PKGREVISION.
-rw-r--r-- | net/gupnp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index ab5e8a5a541..1a0a5260785 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2022/04/18 19:10:02 adam Exp $ +# $NetBSD: Makefile,v 1.75 2022/06/07 20:39:59 wiz Exp $ DISTNAME= gupnp-1.0.3 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/1.0/} EXTRACT_SUFX= .tar.xz @@ -36,6 +36,7 @@ pre-configure: .include "../../archivers/xz/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.39.90 .include "../../devel/glib2/buildlink3.mk" +BUILDLINK_DEPMETHOD.gobject-introspection= build .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../net/libsoup/buildlink3.mk" |