diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 20:30:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 20:30:31 +0000 |
commit | 00c6194cccefabc0255ab06408816e2eb1bb94dc (patch) | |
tree | d68bd7cad26566108b719c7493c3ec36f765f914 /x11/p5-gtk/Makefile | |
parent | 5e50bdbf362c977356ac9340fc8aeac1e7cb2b9f (diff) | |
download | pkgsrc-00c6194cccefabc0255ab06408816e2eb1bb94dc.tar.gz |
Update p5-gtk to 0.7003 -- a year and a half's worth of changes to track
GTK+ and fix building on newer versions of Perl.
Diffstat (limited to 'x11/p5-gtk/Makefile')
-rw-r--r-- | x11/p5-gtk/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 7feaca11cad..f94d636ee45 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:26 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/28 20:30:31 jlam Exp $ # -DISTNAME= Gtk-0.5120 -PKGNAME= p5-gtk-0.5120 +DISTNAME= Gtk-Perl-0.7003 +PKGNAME= p5-gtk-0.7003 CATEGORIES= x11 perl5 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Gtk/} \ + ftp://ftp.gtk.org/pub/gtk/perl/ MAINTAINER= root@garbled.net @@ -15,6 +16,6 @@ USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" |