diff options
author | swills <swills@FreeBSD.org> | 2011-08-18 07:32:22 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-18 07:32:22 +0800 |
commit | fbd57960f7e84732c8fbd1a89b99ace0746946aa (patch) | |
tree | 3d87495c78cf2c11a355be2703748d9614e26537 /converters/p5-Unicode-Map8 | |
parent | 8d1a690b84335569dba042893088b8c7ac7458b9 (diff) | |
download | freebsd-ports-gnome-fbd57960f7e84732c8fbd1a89b99ace0746946aa.tar.gz freebsd-ports-gnome-fbd57960f7e84732c8fbd1a89b99ace0746946aa.tar.zst freebsd-ports-gnome-fbd57960f7e84732c8fbd1a89b99ace0746946aa.zip |
- Add missing BUILD_DEPENDS to quiet build warnings
Diffstat (limited to 'converters/p5-Unicode-Map8')
-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 |