diff options
Diffstat (limited to 'net/gssdp/Makefile')
-rw-r--r-- | net/gssdp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 3771f78490f..ce91aceee26 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2012/10/08 23:02:16 adam Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/11 10:56:48 drochner Exp $ # DISTNAME= gssdp-0.12.2.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.12/} EXTRACT_SUFX= .tar.xz @@ -14,12 +14,14 @@ LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gmake PKG_DESTDIR_SUPPORT= user-destdir PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../lang/vala018/buildlink3.mk" .include "../../net/libsoup24/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |