diff options
Diffstat (limited to 'devel/p5-Iterator-Util')
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile index b2044b349b57..03064d97ebb9 100644 --- a/devel/p5-Iterator-Util/Makefile +++ b/devel/p5-Iterator-Util/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Essential utilities for the Iterator class BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Iterator::Util.3 |