summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorrecht <recht>2004-02-14 22:10:46 +0000
committerrecht <recht>2004-02-14 22:10:46 +0000
commitfb45a94bf3d6559efdad2afdc969b83e05ee1f6d (patch)
tree16221b570c3d77d6f04949381229bb682003c4ee /x11/gtk2
parentea73523dafd8fe9a342a2e1cbfcd717b492de845 (diff)
downloadpkgsrc-fb45a94bf3d6559efdad2afdc969b83e05ee1f6d.tar.gz
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 (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/buildlink3.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/buildlink3.mk b/x11/gtk2/buildlink3.mk
index a9c943e451c..1abf1254351 100644
--- a/x11/gtk2/buildlink3.mk
+++ b/x11/gtk2/buildlink3.mk
@@ -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_PACKAGES+= gtk2
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"