Date: Thu, 29 Nov 2018 16:45:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486189 - head/devel/p5-POE-Component-Hailo Message-ID: <201811291645.wATGjM4i036669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811291645.wATGjM4i036669>