diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-02-14 13:26:12 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-02-14 13:26:12 +0000 |
commit | 442e52b6ba5362ee0c0ce3f1f64b659aa7878f3c (patch) | |
tree | 2a7005d8346dbb150689ec121d7006320cc98d03 /net-im/ttytter/Makefile | |
parent | 2d32a748349b728c99d9d1fde73d5e56b9e4cfd5 (diff) | |
download | ports-442e52b6ba5362ee0c0ce3f1f64b659aa7878f3c.tar.gz ports-442e52b6ba5362ee0c0ce3f1f64b659aa7878f3c.zip |
Notes
Diffstat (limited to 'net-im/ttytter/Makefile')
-rw-r--r-- | net-im/ttytter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/ttytter/Makefile b/net-im/ttytter/Makefile index 9cebd19faf10..7daefc8f0eac 100644 --- a/net-im/ttytter/Makefile +++ b/net-im/ttytter/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ttytter -PORTVERSION= 1.2.04 +PORTVERSION= 1.2.05 CATEGORIES= net-im perl5 MASTER_SITES= http://www.floodgap.com/software/ttytter/dist1/ DISTNAME= ${PORTVERSION} @@ -18,7 +18,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5_RUN= 5.8.6+ OPTIONS= READLINE "Include rich readline support" on \ RLTTYTTER "Use T::R::TTYtter readline driver (beta!)" off \ @@ -32,7 +32,7 @@ RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl .endif .if defined(WITH_RLTTYTTER) -RUN_DEPENDS+= p5-ReadLine-TTYtter>=0:${PORTSDIR}/devel/p5-ReadLine-TTYtter +RUN_DEPENDS+= p5-ReadLine-TTYtter>=1.3:${PORTSDIR}/devel/p5-ReadLine-TTYtter .endif do-extract: |