diff options
-rw-r--r-- | lang/p5-Expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 908cbeee19b7..d2d3508e3e51 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -7,6 +7,7 @@ PORTNAME= Expect PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty \ - ${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty +BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |