summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-07-17 13:31:33 +0000
committerdrochner <drochner@pkgsrc.org>2013-07-17 13:31:33 +0000
commit1e32b4e6165c52939d3cb0e6f6ecaff07db81655 (patch)
tree1f4c9094d7d842e3fe4ba0a4cf71dfac3a7843e4 /net
parent66ebcc275567f3c6d10c9122b3d5e33e01f70cd8 (diff)
downloadpkgsrc-1e32b4e6165c52939d3cb0e6f6ecaff07db81655.tar.gz
avoid dependency on gtk3 - it is just a demo UI tool built with it,
it can be added as separate pkg if someone considers it useful
Diffstat (limited to 'net')
-rw-r--r--net/gssdp/Makefile4
-rw-r--r--net/gssdp/PLIST4
2 files changed, 3 insertions, 5 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile
index 239db0ac0e0..27aa71a18dd 100644
--- a/net/gssdp/Makefile
+++ b/net/gssdp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/07/06 16:06:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2013/07/17 13:31:33 drochner Exp $
#
DISTNAME= gssdp-0.14.3
@@ -12,6 +12,7 @@ COMMENT= Simple Service Discovery Protocol library and device sniffer
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-gtk
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
@@ -21,5 +22,4 @@ PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/vala020/buildlink3.mk"
.include "../../net/libsoup24/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gssdp/PLIST b/net/gssdp/PLIST
index baad7692517..97f86b12e57 100644
--- a/net/gssdp/PLIST
+++ b/net/gssdp/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/10/11 10:56:48 drochner Exp $
-bin/gssdp-device-sniffer
+@comment $NetBSD: PLIST,v 1.5 2013/07/17 13:31:33 drochner Exp $
include/gssdp-1.0/libgssdp/gssdp-client.h
include/gssdp-1.0/libgssdp/gssdp-error.h
include/gssdp-1.0/libgssdp/gssdp-resource-browser.h
@@ -9,7 +8,6 @@ lib/girepository-1.0/GSSDP-1.0.typelib
lib/libgssdp-1.0.la
lib/pkgconfig/gssdp-1.0.pc
share/gir-1.0/GSSDP-1.0.gir
-share/gssdp/gssdp-device-sniffer.ui
share/gtk-doc/html/gssdp/GSSDPClient.html
share/gtk-doc/html/gssdp/GSSDPResourceBrowser.html
share/gtk-doc/html/gssdp/GSSDPResourceGroup.html