Tue Jun 7 20:42:41 2022 UTC ()
libnice: gobject-introspection is a build dependency

Bump PKGREVISION


(wiz)
diff -r1.67 -r1.68 pkgsrc/net/libnice/Makefile

cvs diff -r1.67 -r1.68 pkgsrc/net/libnice/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libnice/Makefile 2022/04/18 19:10:03 1.67
+++ pkgsrc/net/libnice/Makefile 2022/06/07 20:42:41 1.68
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1# $NetBSD: Makefile,v 1.67 2022/04/18 19:10:03 adam Exp $ 1# $NetBSD: Makefile,v 1.68 2022/06/07 20:42:41 wiz Exp $
2 2
3PKGREVISION= 10 3PKGREVISION= 11
4.include "Makefile.common" 4.include "Makefile.common"
5 5
6# introspection Makefile uses GNUisms 6# introspection Makefile uses GNUisms
7USE_TOOLS+= gmake 7USE_TOOLS+= gmake
8CONFIGURE_ARGS+= --without-gstreamer 8CONFIGURE_ARGS+= --without-gstreamer
9 9
10PKGCONFIG_OVERRIDE+= nice/nice.pc.in 10PKGCONFIG_OVERRIDE+= nice/nice.pc.in
11 11
 12BUILDLINK_DEPMETHOD.gobject-introspection= build
12.include "../../devel/gobject-introspection/buildlink3.mk" 13.include "../../devel/gobject-introspection/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"