svn commit: r390903 - head/net/p5-Net-VNC
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 29 13:50:44 UTC 2015
Author: sunpoet
Date: Mon Jun 29 13:50:43 2015
New Revision: 390903
URL: https://svnweb.freebsd.org/changeset/ports/390903
Log:
- Sort *_DEPENDS
- Add NO_ARCH
Modified:
head/net/p5-Net-VNC/Makefile
Modified: head/net/p5-Net-VNC/Makefile
==============================================================================
--- head/net/p5-Net-VNC/Makefile Mon Jun 29 13:50:38 2015 (r390902)
+++ head/net/p5-Net-VNC/Makefile Mon Jun 29 13:50:43 2015 (r390903)
@@ -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
More information about the svn-ports-all
mailing list