aboutsummaryrefslogtreecommitdiff
path: root/x11/p5-X11-GUITest
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-11-02 03:25:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-11-02 03:25:37 +0000
commit0297496913ce0ec99249cfba17b5694930162db6 (patch)
treef110988862b4869ed5b72b42c98814cd0675404e /x11/p5-X11-GUITest
parent778a4c2944b1346d977a259dac055c96b85384f7 (diff)
downloadports-0297496913ce0ec99249cfba17b5694930162db6.tar.gz
ports-0297496913ce0ec99249cfba17b5694930162db6.zip
add missing depends
Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=120624
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>