diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-17 23:32:22 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-17 23:32:22 +0000 |
commit | ddca27a0a64b58d1287cdec4ffd4297838baa034 (patch) | |
tree | 569870379f6f4666fb380eb5b0e6dd3c2179d0fb /converters | |
parent | - Add missing BUILD_DEPENDS (diff) |
- Add missing BUILD_DEPENDS to quiet build warnings
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 3 |
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 |