diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-21 17:04:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-21 17:04:04 +0800 |
commit | c240551acb3973de47500383a97daf1cba449fc4 (patch) | |
tree | 3c6bf3866e45afc8d204419b508c4d8275154a44 /lang | |
parent | f2fa3bd17652acecbfce1b557d515ed1f46f8ed9 (diff) | |
download | freebsd-ports-gnome-c240551acb3973de47500383a97daf1cba449fc4.tar.gz freebsd-ports-gnome-c240551acb3973de47500383a97daf1cba449fc4.tar.zst freebsd-ports-gnome-c240551acb3973de47500383a97daf1cba449fc4.zip |
- devel/p5-IO-Stty is deprecated.
- this version (in fact, since 1.14) can run w/o IO::Stty
- bump PORTREVISION
Diffstat (limited to 'lang')
-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 |