diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-08 14:50:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-08 14:50:09 +0000 |
commit | d47e7622683d9070e63c1223d9cbe509a7da064f (patch) | |
tree | 271bbacd505f93d5cac6f42d716b59865484e210 /net | |
parent | 87c079328aa982ea0c4b9fd08f771560f2fe806a (diff) | |
download | pkgsrc-d47e7622683d9070e63c1223d9cbe509a7da064f.tar.gz |
Add introspection files, bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/libnice/Makefile | 6 | ||||
-rw-r--r-- | net/libnice/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 0b69a7d03c8..51d888874ce 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: Makefile,v 1.37 2015/06/08 14:50:09 wiz Exp $ # # Also update net/gst-plugins1-libnice when you update this! DISTNAME= libnice-0.1.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --without-gstreamer .include "../../mk/bsd.prefs.mk" diff --git a/net/libnice/PLIST b/net/libnice/PLIST index d1344fc74ba..63ff34ba593 100644 --- a/net/libnice/PLIST +++ b/net/libnice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2015/02/01 20:02:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2015/06/08 14:50:09 wiz Exp $ bin/sdp-example bin/simple-example bin/stunbdc @@ -20,8 +20,10 @@ include/stun/usages/ice.h include/stun/usages/timer.h include/stun/usages/turn.h include/stun/win32_common.h +lib/girepository-1.0/Nice-0.1.typelib lib/libnice.la lib/pkgconfig/nice.pc +share/gir-1.0/Nice-0.1.gir share/gtk-doc/html/libnice/NiceAgent.html share/gtk-doc/html/libnice/NiceCandidate.html share/gtk-doc/html/libnice/annotation-glossary.html |