diff options
author | tron <tron@pkgsrc.org> | 1998-12-19 00:10:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-19 00:10:00 +0000 |
commit | 3732ba1c4b416af93c0b91c8862cd2203b9fb3ce (patch) | |
tree | 1dd14efc20d015b41228b087a2231c89d3db2172 | |
parent | 545a9cd72eae11b975a4560164b4fb3649866dc2 (diff) | |
download | pkgsrc-3732ba1c4b416af93c0b91c8862cd2203b9fb3ce.tar.gz |
Depend on "gtk+-1.1.9".
-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 9882c4e0108..7c6c14ed6d5 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/11/21 23:05:21 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/12/19 00:10:00 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.3:../../x11/gtk +DEPENDS+= gtk+-1.1.9:../../x11/gtk USE_PERL5= yes |