diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
| commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
| tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /net/p5-Net-OpenSSH-Parallel | |
| parent | Update to 1.03.3 (diff) | |
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
Notes
Notes:
svn path=/head/; revision=325148
Diffstat (limited to 'net/p5-Net-OpenSSH-Parallel')
| -rw-r--r-- | net/p5-Net-OpenSSH-Parallel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-OpenSSH-Parallel/Makefile b/net/p5-Net-OpenSSH-Parallel/Makefile index 6930e086ad7e..347515afb212 100644 --- a/net/p5-Net-OpenSSH-Parallel/Makefile +++ b/net/p5-Net-OpenSSH-Parallel/Makefile @@ -18,7 +18,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-OpenSSH>=0.39:${PORTSDIR}/net/p5-Net-OpenSSH -RUN_DEPENDS= p5-Net-OpenSSH>=0.39:${PORTSDIR}/net/p5-Net-OpenSSH +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 |
