pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Define USE_X11=yes in the buildlink3.mk since...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c06a9bbe9200
branches:  trunk
changeset: 468552:c06a9bbe9200
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Feb 14 22:10:46 2004 +0000

description:
Define USE_X11=yes in the buildlink3.mk since the Gtk+2 headers use X11
headers.
This fixes at least the gtkhtml3 build and it's like that in the b2.mk, too.

diffstat:

 x11/gtk2/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 396fb1193361 -r c06a9bbe9200 x11/gtk2/buildlink3.mk
--- a/x11/gtk2/buildlink3.mk    Sat Feb 14 21:54:12 2004 +0000
+++ b/x11/gtk2/buildlink3.mk    Sat Feb 14 22:10:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/02/10 20:45:02 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/02/14 22:10:46 recht Exp $
 #
 # This Makefile fragment is included by packages that use gtk2+.
 #
@@ -17,6 +17,8 @@
 BUILDLINK_DEPENDS.gtk2+=               gtk2+>=2.2.4nb2
 BUILDLINK_PKGSRCDIR.gtk2?=             ../../x11/gtk2
 
+USE_X11= yes
+
 .include "../../devel/atk/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index