diff options
-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 |