diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-04-18 12:17:32 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-04-18 12:17:32 +0000 |
commit | 162af4814dcc5484c83d82fe045f2696e1b882dc (patch) | |
tree | 39bcfd5ddf9ed558ff080c9c8984c803a4eefcf0 /shells/p5-Term-ShellUI | |
parent | 0ac4e4358d76fd361669ed1d798cc20a6b199d31 (diff) | |
download | ports-162af4814dcc5484c83d82fe045f2696e1b882dc.tar.gz ports-162af4814dcc5484c83d82fe045f2696e1b882dc.zip |
Notes
Diffstat (limited to 'shells/p5-Term-ShellUI')
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile index ede49850b792..c438a18aba62 100644 --- a/shells/p5-Term-ShellUI/Makefile +++ b/shells/p5-Term-ShellUI/Makefile @@ -7,6 +7,7 @@ PORTNAME= Term-ShellUI PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= shells perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A fully-featured shell-like command line environment -BUILD_DEPENDS= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl -RUN_DEPENDS= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl +BUILD_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu +RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu PERL_CONFIGURE= yes |