diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-13 15:24:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-13 15:24:39 +0000 |
commit | 971398ee5543349e8045b1e281a885c2778880ca (patch) | |
tree | e3b0e24610ffdc5212e21f0090a3b3341dc66037 /x11 | |
parent | 0f396ba4a4377c4432997e6061a9f810ab583461 (diff) | |
download | pkgsrc-971398ee5543349e8045b1e281a885c2778880ca.tar.gz |
Add explicit dependency on Xfixes (used directly).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index fb7ae53c630..f47b4ce4317 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2005/03/02 15:39:06 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2005/03/13 15:24:39 jmmv Exp $ # DISTNAME= gtk+-2.6.4 @@ -86,6 +86,7 @@ _BUILDING_GTK2= yes .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/xcursor/buildlink3.mk" +.include "../../x11/Xfixes/buildlink3.mk" .include "../../x11/Xrandr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |