diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-29 13:50:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-29 13:50:43 +0000 |
commit | 5c6e9537051f54c1e7a67c00a35f4a00f0953031 (patch) | |
tree | f54b6ac0363868fbfac1e0f84b3ef5b266ee2cce /net/p5-Net-VNC | |
parent | 52855400a05e8222cfd4c4f945b2f0f5efce0b4a (diff) |
Notes
Diffstat (limited to 'net/p5-Net-VNC')
-rw-r--r-- | net/p5-Net-VNC/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-Net-VNC/Makefile b/net/p5-Net-VNC/Makefile index 41b8e4da17ad..9c9aac203504 100644 --- a/net/p5-Net-VNC/Makefile +++ b/net/p5-Net-VNC/Makefile @@ -14,11 +14,12 @@ COMMENT= Simple VNC client LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ - p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ + p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |