diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-Splashscreen/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/p5-Tk-Splashscreen/Makefile b/x11-toolkits/p5-Tk-Splashscreen/Makefile index 48f005620d65..3e6ba82c2705 100644 --- a/x11-toolkits/p5-Tk-Splashscreen/Makefile +++ b/x11-toolkits/p5-Tk-Splashscreen/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/p5-Tk-Splashscreen -# Date created: 02 December 2004 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tk-Splashscreen PORTVERSION= 1.0 @@ -18,7 +14,8 @@ COMMENT= Tk::Splashscreen, display a Splashscreen during program initialization BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tk::Splashscreen.3 \ Tk::waitVariableX.3 |