diff options
author | obache <obache@pkgsrc.org> | 2010-06-17 07:21:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-06-17 07:21:29 +0000 |
commit | f0e0603cf6440e2bb0b743a8d9f6a5021e905771 (patch) | |
tree | 22d12ebbad39095239893358bb8e2848daf4676d /math/gcalctool | |
parent | 08cd986d8f635bf9bf116e413166fc7087bd56a8 (diff) | |
download | pkgsrc-f0e0603cf6440e2bb0b743a8d9f6a5021e905771.tar.gz |
Require gtk2+>=2.18.0
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 9f0e0558335..643a763c6cd 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2010/06/15 21:09:31 drochner Exp $ +# $NetBSD: Makefile,v 1.89 2010/06/17 07:21:29 obache Exp $ # DISTNAME= gcalctool-5.30.1 @@ -28,6 +28,6 @@ GCONF_SCHEMAS= gcalctool.schemas .include "../../devel/glib2/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.0 .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |