diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
commit | 911aeddd517b4b466cb000c6bd11becacd9d973d (patch) | |
tree | b1748a305f1fbeae4e79b80ce1f77251f519c987 /x11/p5-X11-GUITest | |
parent | 2ce50e0dff3b5a2e1fcbb6fc61ff32ae2a63d5ca (diff) |
Notes
Diffstat (limited to 'x11/p5-X11-GUITest')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile index 163b16d0080d..53d4e30d3d07 100644 --- a/x11/p5-X11-GUITest/Makefile +++ b/x11/p5-X11-GUITest/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: X11-GUITest -# Date created: Oct 28, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= X11-GUITest PORTVERSION= 0.25 @@ -16,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Provides GUI testing/interaction facilities USE_XORG= x11 xt xext xtst -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= X11::GUITest.3 |