diff options
author | dholland <dholland> | 2011-07-03 21:40:44 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-07-03 21:40:44 +0000 |
commit | f63857b8b576498ff26f8b95bd96372f3075d775 (patch) | |
tree | ea45e4b26e05e6358d6506e65189a26f4a0f3937 /x11 | |
parent | 2003b6d03529a36155efdfaac849bc62de73b913 (diff) | |
download | pkgsrc-f63857b8b576498ff26f8b95bd96372f3075d775.tar.gz |
add more REPLACE_PERL
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Tk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index d4e3334ee4c..38bcbb54bc5 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2011/01/13 13:40:02 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2011/07/03 21:40:44 dholland Exp $ DISTNAME= Tk-804.029 PKGNAME= p5-${DISTNAME} @@ -26,6 +26,7 @@ MAKE_PARAMS= X11=${X11BASE} REPLACE_PERL+= TextList/reindex.pl REPLACE_PERL+= pTk/Tcl-pTk REPLACE_PERL+= pTk/mkVFunc +REPLACE_PERL+= demos/widget SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-patch |