diff options
Diffstat (limited to 'x11-toolkits/p5-TclTk')
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index 03a8394815d5..f2276fc50bec 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -24,7 +24,7 @@ PERL_CONFIGURE= yes MAN3= Tcl::Tk.3 post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL do-configure: -@cd ${CONFIGURE_WRKSRC} && \ |