1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

requires perl 5.8

This commit is contained in:
Ying-Chieh Liao 2004-12-10 02:06:08 +00:00
parent cd82c91578
commit d0fdf95ebd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123604

View File

@ -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>