diff options
author | minskim <minskim> | 2004-05-09 05:30:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-09 05:30:44 +0000 |
commit | 7553e3ac9c2dc50e165374612b0904dff3c42864 (patch) | |
tree | ce72d3a47add5874b7fc58a190b69437dbe1038b /x11/p5-Tk | |
parent | a527997c532c303577e7e7ed59ff5dea67e745c2 (diff) | |
download | pkgsrc-7553e3ac9c2dc50e165374612b0904dff3c42864.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index f80fc9927ae..34bb4009d52 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/05/06 11:05:58 markd Exp $ +# $NetBSD: Makefile,v 1.40 2004/05/09 05:30:44 minskim Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # @@ -14,6 +14,8 @@ COMMENT= Perl5 interface to Tk BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_X11= YES PERL5_REQD= 5.8 |