diff options
author | des <des@FreeBSD.org> | 2018-09-10 21:21:59 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2018-09-10 21:21:59 +0800 |
commit | 7a169a26ac1b3db9249c8a4064617ac20c53a15e (patch) | |
tree | b7751e8114f5f8f8feb206f7b41c167011d3313d | |
parent | f912bd325a2cef66578af6b57b5d9e5711929b7d (diff) | |
download | freebsd-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/Makefile | 4 |
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 |