diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-30 20:09:02 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-30 20:09:02 +0000 |
commit | 97a0094598a82fa3579d9ab8457e67f0bd15653e (patch) | |
tree | e49da4105217b9f2f5806857adbdc044fe8ce3c2 /graphics/p5-Imlib2 | |
parent | c66a2d84c44c80438bf997aa28230cc0e2f2691d (diff) | |
download | ports-97a0094598a82fa3579d9ab8457e67f0bd15653e.tar.gz ports-97a0094598a82fa3579d9ab8457e67f0bd15653e.zip |
Notes
Diffstat (limited to 'graphics/p5-Imlib2')
-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> |