diff options
author | recht <recht@pkgsrc.org> | 2004-02-14 22:10:46 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-02-14 22:10:46 +0000 |
commit | 9fdeaeaae7be7eff8a63733eaeaaf51855b2279a (patch) | |
tree | 16221b570c3d77d6f04949381229bb682003c4ee /x11 | |
parent | c14ae04206ebf01be32695e4f52e1e78a42e38ae (diff) | |
download | pkgsrc-9fdeaeaae7be7eff8a63733eaeaaf51855b2279a.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')
-rw-r--r-- | x11/gtk2/buildlink3.mk | 4 |
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" |