diff options
author | obache <obache@pkgsrc.org> | 2010-10-10 07:41:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-10 07:41:13 +0000 |
commit | 4842560ffad16791bd80d2cc582b73e282278fc0 (patch) | |
tree | 28565307ec935183d16f0df8bdd55dda73220d04 /x11/gtk2 | |
parent | 9657f26c62407dfe809d2bee14cbc9449ef26bc3 (diff) | |
download | pkgsrc-4842560ffad16791bd80d2cc582b73e282278fc0.tar.gz |
Move options.mk location so that x11 related stuffs will be buildlinked
after other one.
Workaround of pixman's shlib micro version differ in pkgsrc v.s. xbase
on NetBSD-5.1_RC4.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index c1aad2991a1..5146691e24a 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.205 2010/09/14 11:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.206 2010/10/10 07:41:13 obache Exp $ DISTNAME= gtk+-2.20.1 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -74,8 +74,6 @@ SUBST_FILES.pthread= gdk-pixbuf/Makefile.in PYTHON_PATCH_SCRIPTS= gtk/gtk-builder-convert -.include "options.mk" - # We remove the module databases during post-install since we create them # anew in the +INSTALL script as part of the POST-INSTALL action. # @@ -98,6 +96,9 @@ BUILDLINK_API_DEPENDS.atk+= atk>=1.30.0 .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.0 .include "../../devel/glib2/buildlink3.mk" + +.include "options.mk" + BUILDLINK_API_DEPENDS.pango+= pango>=1.20.0 .include "../../devel/pango/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" |