diff options
Diffstat (limited to 'net/p5-Net-SCP-Expect/Makefile')
-rw-r--r-- | net/p5-Net-SCP-Expect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-SCP-Expect/Makefile b/net/p5-Net-SCP-Expect/Makefile index c960af63e446..f9ffca7ed661 100644 --- a/net/p5-Net-SCP-Expect/Makefile +++ b/net/p5-Net-SCP-Expect/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com COMMENT= Perl5 wrapper for scp that allows passwords via Expect -BUILD_DEPENDS= p5-Expect>=1.14:${PORTSDIR}/lang/p5-Expect \ - p5-Net-IPv6Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \ - p5-Term-ReadPassword>=0.01:${PORTSDIR}/devel/p5-Term-ReadPassword +BUILD_DEPENDS= p5-Expect>=1.14:lang/p5-Expect \ + p5-Net-IPv6Addr>=0:net-mgmt/p5-Net-IPv6Addr \ + p5-Term-ReadPassword>=0.01:devel/p5-Term-ReadPassword RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |