aboutsummaryrefslogtreecommitdiffstats
path: root/x11/p5-X11-GUITest
diff options
context:
space:
mode:
Diffstat (limited to 'x11/p5-X11-GUITest')
-rw-r--r--x11/p5-X11-GUITest/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile
index ec1f270f50c7..874a2d67d107 100644
--- a/x11/p5-X11-GUITest/Makefile
+++ b/x11/p5-X11-GUITest/Makefile
@@ -20,7 +20,12 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides GUI testing/interaction facilities
+USE_REINPLACE= yes
+USE_XLIB= yes
PERL_CONFIGURE= yes
MAN3= X11::GUITest.3
+post-patch:
+ @${REINPLACE_CMD} -e "s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>