diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-06-05 18:14:55 +0800 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-06-05 18:14:55 +0800 |
commit | 91f8eb99da769dab2795e87f56022af0a1206a4d (patch) | |
tree | 464226457f697dd93049b48d5f5201c274a7db88 /net/mosh | |
parent | c52d84728f500ed1f019b4b4c30666a9565b7502 (diff) | |
download | freebsd-ports-gnome-91f8eb99da769dab2795e87f56022af0a1206a4d.tar.gz freebsd-ports-gnome-91f8eb99da769dab2795e87f56022af0a1206a4d.tar.zst freebsd-ports-gnome-91f8eb99da769dab2795e87f56022af0a1206a4d.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'net/mosh')
-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 |