From 223afa669412fcd28d50acc25ee9e4dfaeb60cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 10 Sep 2018 13:21:59 +0000 Subject: Fix BUILD_DEPENDS / RUN_DEPENDS ordering. --- www/p5-pQuery/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/p5-pQuery/Makefile b/www/p5-pQuery/Makefile index 4617c9a5e3a6..a3514aa62495 100644 --- a/www/p5-pQuery/Makefile +++ b/www/p5-pQuery/Makefile @@ -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 -- cgit v1.2.3