From c1b1b10387f549c90f05cf0261e1dde6614da4ce Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 30 Nov 2006 20:09:02 +0000 Subject: - Respect X11BASE Reported by: pointyhat --- graphics/p5-Imlib2/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/p5-Imlib2/Makefile') diff --git a/graphics/p5-Imlib2/Makefile b/graphics/p5-Imlib2/Makefile index c0eb7a14a95b..97c7809ca315 100644 --- a/graphics/p5-Imlib2/Makefile +++ b/graphics/p5-Imlib2/Makefile @@ -22,4 +22,7 @@ PERL_CONFIGURE= yes MAN3= Imlib2.3 +post-patch: + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/Makefile.PL + .include -- cgit