diff options
author | drochner <drochner> | 2013-07-17 13:31:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-07-17 13:31:33 +0000 |
commit | 2521e64d39baa4236aba222333550937180b5605 (patch) | |
tree | 1f4c9094d7d842e3fe4ba0a4cf71dfac3a7843e4 | |
parent | b50502043e4116dcfd366ce737fb17fcd5584a50 (diff) | |
download | pkgsrc-2521e64d39baa4236aba222333550937180b5605.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
-rw-r--r-- | net/gssdp/Makefile | 4 | ||||
-rw-r--r-- | net/gssdp/PLIST | 4 |
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 |