diff options
author | dougb <dougb@FreeBSD.org> | 2003-10-25 23:55:44 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-10-25 23:55:44 +0800 |
commit | 26fb7b8f729f8534dfd6b6d83d24141c0e8ae8cf (patch) | |
tree | 102194c5acc67479a87a6e0f274b41cd92c54437 /mail | |
parent | ae1bd00115e3dcb7375cbda9d7ef90fa8b9e2519 (diff) | |
download | freebsd-ports-gnome-26fb7b8f729f8534dfd6b6d83d24141c0e8ae8cf.tar.gz freebsd-ports-gnome-26fb7b8f729f8534dfd6b6d83d24141c0e8ae8cf.tar.zst freebsd-ports-gnome-26fb7b8f729f8534dfd6b6d83d24141c0e8ae8cf.zip |
For perl < 5.6, add a runtime dependency on File::Spec
Diffstat (limited to 'mail')
-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 |