diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-03 21:40:44 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-03 21:40:44 +0000 |
commit | 0077ac157b9cb03a6a0dccfb56608033434a656a (patch) | |
tree | ea45e4b26e05e6358d6506e65189a26f4a0f3937 /x11/p5-Tk | |
parent | a9c035a4d041d4c88c56ccf93bcf2fadced20449 (diff) | |
download | pkgsrc-0077ac157b9cb03a6a0dccfb56608033434a656a.tar.gz |
add more REPLACE_PERL
Diffstat (limited to 'x11/p5-Tk')
-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 |