aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2018-10-06 21:06:42 +0800
committerdes <des@FreeBSD.org>2018-10-06 21:06:42 +0800
commit091caf4661b26a5f70d9b8e0409821418f5afdbb (patch)
tree0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
parenteb79e9b6a267227492e837fea536cf5c224c7a2d (diff)
downloadfreebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.tar.gz
freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.tar.zst
freebsd-ports-gnome-091caf4661b26a5f70d9b8e0409821418f5afdbb.zip
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
Diffstat (limited to 'www/p5-WWW-Pastebin-PastebinCom-Create/Makefile')
-rw-r--r--www/p5-WWW-Pastebin-PastebinCom-Create/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile b/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
index 49907ee26fd3..8ef62688c727 100644
--- a/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
+++ b/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
@@ -12,9 +12,9 @@ COMMENT= Paste to http://pastebin.com from Perl
LICENSE= ART20
-BUILD_DEPENDS= p5-Moo>=1.004001:devel/p5-Moo \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Moo>=1.004001:devel/p5-Moo \
p5-WWW-Mechanize>=1.73:www/p5-WWW-Mechanize
-RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure