diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-09 05:16:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-09 05:16:37 +0000 |
commit | 4e4940b328957597d7120a5e4e44bf7494d80c6b (patch) | |
tree | dfa202c4d19f4b3248072e4e0bd25c18165fa7a1 | |
parent | www/p5-CGI.pm: p5-File-Spec should only be used if perl < 5.8 (diff) |
Fix run_depends afterwards.
PR: ports/44722 (same)
Submitted by: Alan Eldridge <alane@geeksrus.net>
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 5411c19b4c83..76e46bef6e02 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -46,6 +46,7 @@ post-patch: .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif .include <bsd.port.post.mk> |