diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 16:08:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 16:08:11 +0000 |
commit | 17e550ca2fd180b150f6645ced5f3bb45bc32292 (patch) | |
tree | e856fa025c5b15bbef21f621e347c51780662a47 /security/ftimes | |
parent | b4599e3d63c3a94b17026b18d1f8ac27faac53fc (diff) | |
download | freebsd-ports-17e550ca2fd180b150f6645ced5f3bb45bc32292.zip |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
Diffstat (limited to 'security/ftimes')
-rw-r--r-- | security/ftimes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index e57ac1c9ad09..0956419c7a21 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -29,7 +29,9 @@ OPTIONS= DIG_TOOLS "install dig tools" on \ .include <bsd.port.pre.mk> .if defined(WITH_DIG_TOOLS) || defined(WITH_MAP_TOOLS) +. if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +. endif .endif .if defined(WITH_DIG_TOOLS) |