diff options
author | tron <tron> | 1999-04-16 20:09:08 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-16 20:09:08 +0000 |
commit | 11ecc5d38a870a5eb7e9cbf0407704d7838b81a9 (patch) | |
tree | 25f083bfc55063f625a0f6f8a12e568192c6cb55 /x11/gtk/Makefile | |
parent | df488c3cf881183088f196ca211fd973e28212e4 (diff) | |
download | pkgsrc-11ecc5d38a870a5eb7e9cbf0407704d7838b81a9.tar.gz |
Update "gtk" package to version 1.2.1 on request by Tim Rightnour.
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 4460a11996c..0329119e25a 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 1999/03/04 08:54:37 tron Exp $ +# $NetBSD: Makefile,v 1.29 1999/04/16 20:09:08 tron Exp $ -DISTNAME= gtk+-1.2.0 +DISTNAME= gtk+-1.2.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= glib-1.2.0:../../devel/glib +DEPENDS+= glib-1.2.1:../../devel/glib BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 USE_LIBTOOL= yes |