svn commit: r479415 - head/www/p5-pQuery

Dag-Erling Smørgrav des at FreeBSD.org
Mon Sep 10 13:22:00 UTC 2018


Author: des
Date: Mon Sep 10 13:21:59 2018
New Revision: 479415
URL: https://svnweb.freebsd.org/changeset/ports/479415

Log:
  Fix BUILD_DEPENDS / RUN_DEPENDS ordering.

Modified:
  head/www/p5-pQuery/Makefile

Modified: head/www/p5-pQuery/Makefile
==============================================================================
--- head/www/p5-pQuery/Makefile	Mon Sep 10 13:21:43 2018	(r479414)
+++ head/www/p5-pQuery/Makefile	Mon Sep 10 13:21:59 2018	(r479415)
@@ -14,8 +14,8 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE_GPLv1+ =	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-HTML-Tree>=0:www/p5-HTML-Tree
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-HTML-Tree>=0:www/p5-HTML-Tree
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list