diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-25 02:36:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-25 02:36:24 +0000 |
commit | d4cafbed98243ecf90d5ea70a0fc40970ad1e746 (patch) | |
tree | 3abac4dcb162aeafa1a1b1722fa28eac9b0d6848 /x11 | |
parent | 647255084ae135117e9f474a110ac62e4d3410b1 (diff) | |
download | pkgsrc-d4cafbed98243ecf90d5ea70a0fc40970ad1e746.tar.gz |
bl3ify
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Tk/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index bf2d3dcb2c1..cf4b8652d98 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/04/04 08:53:48 mason Exp $ +# $NetBSD: Makefile,v 1.38 2004/04/25 02:36:24 xtraeme Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # @@ -14,10 +14,10 @@ COMMENT= Perl5 interface to Tk BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser -USE_BUILDLINK2= YES -USE_X11= YES -PERL5_REQD= 5.8 -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tk/.packlist +USE_BUILDLINK3= YES +USE_X11= YES +PERL5_REQD= 5.8 +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tk/.packlist MAKE_PARAMS= X11=${X11BASE} |