diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-01 04:09:02 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-01 04:09:02 +0800 |
commit | c1b1b10387f549c90f05cf0261e1dde6614da4ce (patch) | |
tree | 003f9cfb50b88f36d7fa7a6b4e2272c26ed6f227 /graphics/p5-Imlib2/Makefile | |
parent | d2f4596dc1ada581a222bf900f869c411819977b (diff) | |
download | freebsd-ports-gnome-c1b1b10387f549c90f05cf0261e1dde6614da4ce.tar.gz freebsd-ports-gnome-c1b1b10387f549c90f05cf0261e1dde6614da4ce.tar.zst freebsd-ports-gnome-c1b1b10387f549c90f05cf0261e1dde6614da4ce.zip |
- Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'graphics/p5-Imlib2/Makefile')
-rw-r--r-- | graphics/p5-Imlib2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.mk> |