summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-29 13:50:43 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-06-29 13:50:43 +0000
commit58bb955fb3504a11cbc68be3f124b99d268fd060 (patch)
treef54b6ac0363868fbfac1e0f84b3ef5b266ee2cce
parentae287e6d8a0888ac5586d709fbeab924686fd555 (diff)
downloadFreeBSD-ports-58bb955fb3504a11cbc68be3f124b99d268fd060.zip
FreeBSD-ports-58bb955fb3504a11cbc68be3f124b99d268fd060.tar.gz
- Sort *_DEPENDS
- Add NO_ARCH
-rw-r--r--net/p5-Net-VNC/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-Net-VNC/Makefile b/net/p5-Net-VNC/Makefile
index 41b8e4d..9c9aac2 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
OpenPOWER on IntegriCloud