diff options
author | rh <rh@pkgsrc.org> | 2001-04-29 05:13:57 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-29 05:13:57 +0000 |
commit | 2d8061708c62f76b73b36059d992d274446ab951 (patch) | |
tree | e05638dd0cf9a2f04aab0c70521285938855e06a /x11/gtk | |
parent | a42e5d6e58c7ce77b8682b3a03f6bd1d44d4f9df (diff) | |
download | pkgsrc-2d8061708c62f76b73b36059d992d274446ab951.tar.gz |
No need to be overly restrictive in DEPENDS. A requirement of glib>=1.2.8
instead of 1.2.10 seems to be sufficient. Pointed out in private mail by
Hubert Feyrer.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 710f77ddf0e..e6c920b73a5 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2001/04/27 11:46:34 tron Exp $ +# $NetBSD: Makefile,v 1.56 2001/04/29 05:13:57 rh Exp $ DISTNAME= gtk+-1.2.10 CATEGORIES= x11 @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ COMMENT= Gimp toolkit. Libraries for building X11 user interfaces -DEPENDS+= glib>=1.2.10:../../devel/glib +DEPENDS+= glib>=1.2.8:../../devel/glib BUILD_DEPENDS+= perl-5.*:../../lang/perl5 BUILD_USES_MSGFMT= yes |