diff options
author | rh <rh@pkgsrc.org> | 2002-09-06 22:33:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-09-06 22:33:16 +0000 |
commit | b76c92b103c3e4a9577003bc62eddb4b58ba15bd (patch) | |
tree | 3c6c90025f8738e65c6fe8c969f13de910a1f017 /x11 | |
parent | 280ebd66cb8c4abc9f00533d1b5ad4e60fee961f (diff) | |
download | pkgsrc-b76c92b103c3e4a9577003bc62eddb4b58ba15bd.tar.gz |
gtk2-2.0.6 depends on glib2>=2.0.6
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 5219d60cc77..39f02024b49 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/08/24 02:59:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/06 22:33:16 rh Exp $ # DISTNAME= gtk+-2.0.6 @@ -13,6 +13,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gtk.org/ COMMENT= Gimp toolkit. Libraries for building X11 user interfaces +BUILDLINK_DEPENDS.glib2=glib2>=2.0.6 + BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes |