pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gssdp Include gtk2/buildlink3.mk, since the config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e293f682c1f3
branches:  trunk
changeset: 576580:e293f682c1f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 15 08:08:49 2010 +0000

description:
Include gtk2/buildlink3.mk, since the configure script checks for it,
so we don't leave it to chance that libsoup24 might pull it in.
Possibly might address PR 43476.

diffstat:

 net/gssdp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r ad03e8a95942 -r e293f682c1f3 net/gssdp/Makefile
--- a/net/gssdp/Makefile        Tue Jun 15 05:58:55 2010 +0000
+++ b/net/gssdp/Makefile        Tue Jun 15 08:08:49 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/06/13 22:45:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/15 08:08:49 wiz Exp $
 #
 
 DISTNAME=      gssdp-0.7.2
@@ -20,4 +20,5 @@
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../net/libsoup24/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index