diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
commit | 10a2b4693fe100eb568b572e4d708e7d73fb560f (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /net-im/ttytter/Makefile | |
parent | aaab6f1df4f547978b5d988f3369c358092e4bb3 (diff) | |
download | freebsd-ports-gnome-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.gz freebsd-ports-gnome-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.zst freebsd-ports-gnome-10a2b4693fe100eb568b572e4d708e7d73fb560f.zip |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Diffstat (limited to 'net-im/ttytter/Makefile')
-rw-r--r-- | net-im/ttytter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ttytter/Makefile b/net-im/ttytter/Makefile index 4f555f61a54f..2406ce0f6506 100644 --- a/net-im/ttytter/Makefile +++ b/net-im/ttytter/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5_RUN= 5.8.6+ +USE_PERL5_RUN= yes OPTIONS_DEFINE= READLINE RLTTYTTER OPTIONS_DEFAULT=READLINE |