aboutsummaryrefslogtreecommitdiffstats
path: root/russian
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 /russian
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 'russian')
-rw-r--r--russian/p5-Convert-Cyrillic/Makefile4
-rw-r--r--russian/p5-Text-Hyphen-RU/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/russian/p5-Convert-Cyrillic/Makefile b/russian/p5-Convert-Cyrillic/Makefile
index ab35c4ac4f83..4f7734e0e690 100644
--- a/russian/p5-Convert-Cyrillic/Makefile
+++ b/russian/p5-Convert-Cyrillic/Makefile
@@ -12,8 +12,8 @@ DISTNAME= cyrillic-${PORTVERSION}
MAINTAINER= pluknet@gmail.com
COMMENT= Routines for converting from one Cyrillic charset to another
-BUILD_DEPENDS= p5-Unicode-Map8>=0:converters/p5-Unicode-Map8
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Unicode-Map8>=0:converters/p5-Unicode-Map8
USES= perl5
USE_PERL5= configure
diff --git a/russian/p5-Text-Hyphen-RU/Makefile b/russian/p5-Text-Hyphen-RU/Makefile
index db9738ea53b6..dc5e7766c739 100644
--- a/russian/p5-Text-Hyphen-RU/Makefile
+++ b/russian/p5-Text-Hyphen-RU/Makefile
@@ -13,8 +13,8 @@ COMMENT= Determine positions for hyphens inside russian words
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= p5-Text-Hyphen>=0:textproc/p5-Text-Hyphen
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Text-Hyphen>=0:textproc/p5-Text-Hyphen
USE_PERL5= configure
USES= perl5