aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2018-09-10 21:21:59 +0800
committerdes <des@FreeBSD.org>2018-09-10 21:21:59 +0800
commit7a169a26ac1b3db9249c8a4064617ac20c53a15e (patch)
treeb7751e8114f5f8f8feb206f7b41c167011d3313d
parentf912bd325a2cef66578af6b57b5d9e5711929b7d (diff)
downloadfreebsd-ports-gnome-7a169a26ac1b3db9249c8a4064617ac20c53a15e.tar.gz
freebsd-ports-gnome-7a169a26ac1b3db9249c8a4064617ac20c53a15e.tar.zst
freebsd-ports-gnome-7a169a26ac1b3db9249c8a4064617ac20c53a15e.zip
Fix BUILD_DEPENDS / RUN_DEPENDS ordering.
-rw-r--r--www/p5-pQuery/Makefile4
1 files changed, 2 insertions, 2 deletions
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