diff options
Diffstat (limited to 'x11/p5-gtk/Makefile')
-rw-r--r-- | x11/p5-gtk/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index c3f4cb2cf02..7feaca11cad 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/10/23 00:05:18 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:26 jlam Exp $ # DISTNAME= Gtk-0.5120 @@ -10,10 +10,11 @@ MAINTAINER= root@garbled.net DEPENDS+= gtk+-1.2.*:../../x11/gtk -USE_PERL5= yes -USE_X11= yes +USE_X11= # defined +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" |