diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-08-11 03:05:29 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-08-11 03:05:29 +0000 |
commit | f3b0e3a51cca42e00d9f69f4db580ce234907ddd (patch) | |
tree | 895f1adafc5de4723e31f75f990036446a296bd8 /mail/p5-Mail-SpamAssassin | |
parent | e03f7375b5abf9f5034665db4ac8f31b6b8dafa8 (diff) | |
download | ports-f3b0e3a51cca42e00d9f69f4db580ce234907ddd.tar.gz ports-f3b0e3a51cca42e00d9f69f4db580ce234907ddd.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-SpamAssassin')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 8830cec35828..0bc45557ce79 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Razor/Client.pm:${PORTSDIR}/mail/razor-agents -.if ${PERL_VERSION} != "5.8.0" +.if !defined(PERL_VERSION) || ${PERL_VERSION} != "5.8.0" RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .endif |