Date: Mon, 10 Sep 2018 13:22:00 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479415 - head/www/p5-pQuery Message-ID: <201809101322.w8ADM0Cs078952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101322.w8ADM0Cs078952>