diff options
author | tron <tron@pkgsrc.org> | 1999-01-16 05:49:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-16 05:49:56 +0000 |
commit | 9ac126f07ca7ada8793d940cbdcef77e059c13d4 (patch) | |
tree | b399f4bc1a4931f5caf79faa1c81dd00a41b3ca5 /x11 | |
parent | 4e0fc9c51ff949506541f9766707f3d897736ce5 (diff) | |
download | pkgsrc-9ac126f07ca7ada8793d940cbdcef77e059c13d4.tar.gz |
Depend on version 1.1.12 of "gtk+" package.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 7c6c14ed6d5..53b6b192d3c 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/12/19 00:10:00 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/01/16 05:49:56 tron Exp $ # DISTNAME= Gtk-0.4 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ MAINTAINER= root@garbled.net -DEPENDS+= gtk+-1.1.9:../../x11/gtk +DEPENDS+= gtk+-1.1.12:../../x11/gtk USE_PERL5= yes |