diff options
Diffstat (limited to 'graphics/p5-Imlib2/Makefile')
-rw-r--r-- | graphics/p5-Imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile index 390e5b4675d4..762c222570c7 100644 --- a/graphics/p5-Imlib2/Makefile +++ b/graphics/p5-Imlib2/Makefile @@ -23,6 +23,6 @@ PERL_CONFIGURE= yes MAN3= Imlib2.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 .include <bsd.port.mk> |