diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-12-10 10:06:08 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-12-10 10:06:08 +0800 |
commit | 822505dc6151d372e8564a6c8ccfe38fed191707 (patch) | |
tree | 7763117d4e0d79891d74f07f607c3a3478dc470d /x11 | |
parent | cbb79c7722c8a324e74182843c860fdb85dc4b61 (diff) | |
download | freebsd-ports-gnome-822505dc6151d372e8564a6c8ccfe38fed191707.tar.gz freebsd-ports-gnome-822505dc6151d372e8564a6c8ccfe38fed191707.tar.zst freebsd-ports-gnome-822505dc6151d372e8564a6c8ccfe38fed191707.zip |
requires perl 5.8
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 8 |
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> |