diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-11-02 03:25:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-11-02 03:25:37 +0000 |
commit | 0297496913ce0ec99249cfba17b5694930162db6 (patch) | |
tree | f110988862b4869ed5b72b42c98814cd0675404e /x11/p5-X11-GUITest/Makefile | |
parent | 778a4c2944b1346d977a259dac055c96b85384f7 (diff) | |
download | ports-0297496913ce0ec99249cfba17b5694930162db6.tar.gz ports-0297496913ce0ec99249cfba17b5694930162db6.zip |
Notes
Diffstat (limited to 'x11/p5-X11-GUITest/Makefile')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 5 |
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> |