svn commit: r486189 - head/devel/p5-POE-Component-Hailo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 29 16:45:25 UTC 2018


Author: sunpoet
Date: Thu Nov 29 16:45:22 2018
New Revision: 486189
URL: https://svnweb.freebsd.org/changeset/ports/486189

Log:
  Sort *_DEPENDS
  
  - Add NO_ARCH

Modified:
  head/devel/p5-POE-Component-Hailo/Makefile

Modified: head/devel/p5-POE-Component-Hailo/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Hailo/Makefile	Thu Nov 29 16:45:16 2018	(r486188)
+++ head/devel/p5-POE-Component-Hailo/Makefile	Thu Nov 29 16:45:22 2018	(r486189)
@@ -16,10 +16,12 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-POE>=0:devel/p5-POE \
-		p5-Hailo>=0:textproc/p5-Hailo
+RUN_DEPENDS=	p5-Hailo>=0:textproc/p5-Hailo \
+		p5-POE>=0:devel/p5-POE
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list