aboutsummaryrefslogtreecommitdiff
path: root/x11/p5-X11-GUITest
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-12-10 02:06:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-12-10 02:06:08 +0000
commitd0fdf95ebdfc071d98de4c5e8afb44a651a290de (patch)
tree6e0e378e8482d2e8c2e968123a2cb26b2b1397b4 /x11/p5-X11-GUITest
parentcd82c91578b7729a9504a66e24547670ac334d3b (diff)
downloadports-d0fdf95ebdfc071d98de4c5e8afb44a651a290de.tar.gz
ports-d0fdf95ebdfc071d98de4c5e8afb44a651a290de.zip
requires perl 5.8
Notes
Notes: svn path=/head/; revision=123604
Diffstat (limited to 'x11/p5-X11-GUITest')
-rw-r--r--x11/p5-X11-GUITest/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile
index 874a2d67d107..8141e5718c9b 100644
--- a/x11/p5-X11-GUITest/Makefile
+++ b/x11/p5-X11-GUITest/Makefile
@@ -25,7 +25,13 @@ USE_XLIB= yes
PERL_CONFIGURE= yes
MAN3= X11::GUITest.3
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>