diff options
author | zi <zi@FreeBSD.org> | 2012-06-05 18:14:55 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-06-05 18:14:55 +0800 |
commit | ed906265bf2a5561ef63b5bc4fe356ec5bc7f353 (patch) | |
tree | bd23d90436c15cf40779a996b24ec2043143be75 /net | |
parent | 3115f370d7be293bd4be3bf7ed9ca11eccacfbf9 (diff) | |
download | freebsd-ports-gnome-ed906265bf2a5561ef63b5bc4fe356ec5bc7f353.tar.gz freebsd-ports-gnome-ed906265bf2a5561ef63b5bc4fe356ec5bc7f353.tar.zst freebsd-ports-gnome-ed906265bf2a5561ef63b5bc4fe356ec5bc7f353.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'net')
-rw-r--r-- | net/mosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 16c55ebefe87..ef8a36a523bd 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -17,7 +17,7 @@ COMMENT= A mobile terminal that supports intermittant connectivity LICENSE= GPLv3 LIB_DEPENDS= protobuf.7:${PORTSDIR}/devel/protobuf -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Pty.pm:${PORTSDIR}/devel/p5-IO-Tty +RUN_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty USE_PERL5_RUN= yes GNU_CONFIGURE= yes |