diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-18 22:24:31 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-18 22:24:31 +0000 |
commit | adf55c7962f54e0b6045ae9da9a8fca9dc9e90ae (patch) | |
tree | 114803c98c2123db61e1f2e7a5ab427b02b95448 /devel/p5-Iterator-Util | |
parent | 3322c6bfac9337681027ac5249a5d59ec8b25bec (diff) | |
download | ports-adf55c7962f54e0b6045ae9da9a8fca9dc9e90ae.tar.gz ports-adf55c7962f54e0b6045ae9da9a8fca9dc9e90ae.zip |
- added RUN_DEPENDS
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=156340
Diffstat (limited to 'devel/p5-Iterator-Util')
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile index ef4fa53601a5..7941ff36d4d7 100644 --- a/devel/p5-Iterator-Util/Makefile +++ b/devel/p5-Iterator-Util/Makefile @@ -16,6 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= Essential utilities for the Iterator class BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::Util.3 |