aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-Map8
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-17 23:32:22 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-17 23:32:22 +0000
commitddca27a0a64b58d1287cdec4ffd4297838baa034 (patch)
tree569870379f6f4666fb380eb5b0e6dd3c2179d0fb /converters/p5-Unicode-Map8
parentbe55dda0b60326e9a1e7efd1a134c678848ab7cb (diff)
downloadports-ddca27a0a64b58d1287cdec4ffd4297838baa034.tar.gz
ports-ddca27a0a64b58d1287cdec4ffd4297838baa034.zip
- Add missing BUILD_DEPENDS to quiet build warnings
Notes
Notes: svn path=/head/; revision=279936
Diffstat (limited to 'converters/p5-Unicode-Map8')
-rw-r--r--converters/p5-Unicode-Map8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile
index 8cb6a7001042..a4b36f14f398 100644
--- a/converters/p5-Unicode-Map8/Makefile
+++ b/converters/p5-Unicode-Map8/Makefile
@@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Mapping table between 8-bit chars and Unicode
-RUN_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String
+BUILD_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes