diff options
Diffstat (limited to 'net/p5-Net-VNC/Makefile')
-rw-r--r-- | net/p5-Net-VNC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-VNC/Makefile b/net/p5-Net-VNC/Makefile index 49a5f0ee5a59..19015ac6de5f 100644 --- a/net/p5-Net-VNC/Makefile +++ b/net/p5-Net-VNC/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Net-VNC -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -18,6 +17,7 @@ COMMENT= A simple VNC client RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ ${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2 \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |