diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-10-25 15:55:44 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-10-25 15:55:44 +0000 |
commit | b7e2a72d8def27dc32ae060619d4c005e029ffc9 (patch) | |
tree | ec563cfc29533f64af6679c7e0e7ab873ecd5554 /mail/p5-Mail-SpamAssassin/Makefile | |
parent | Move CXXFLAGS out of BUILD_OPTIMIZED section, since they (diff) |
For perl < 5.6, add a runtime dependency on File::Spec
Notes
Notes:
svn path=/head/; revision=92125
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/Makefile')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 74dc92d43ca2..2dc408747206 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 +RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .endif |