diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 20:32:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 20:32:52 +0000 |
commit | 4413c331041f56fd0fd858da2e2abf376f478cc6 (patch) | |
tree | a1aefd3d6b4ac63aab0752449ecb9b8be67771a9 /mail | |
parent | ed2cd62f9063434b6b4ceb3649f951305f1cf682 (diff) |
- Revert part of my previous change: p5-Time-HiRes is prefered even on
perl 5.8.4, because it can be newer than the bundled copy
Requested by: local camel clan (lth)
Notes
Notes:
svn path=/head/; revision=113495
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-scanner/Makefile | 11 | ||||
-rw-r--r-- | mail/qmail-scanner1/Makefile | 11 |
2 files changed, 6 insertions, 16 deletions
diff --git a/mail/qmail-scanner/Makefile b/mail/qmail-scanner/Makefile index 7ad954488368..bb9d02e37137 100644 --- a/mail/qmail-scanner/Makefile +++ b/mail/qmail-scanner/Makefile @@ -18,7 +18,8 @@ MAINTAINER= freebsd@simplerezo.com COMMENT= Content/Anti-virus Scanner for qmail BUILD_DEPENDS= ${QMAIL_QUEUE}:${PORTSDIR}/mail/qmail \ - reformime:${PORTSDIR}/mail/maildrop + reformime:${PORTSDIR}/mail/maildrop \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes RUN_DEPENDS= ${BUILD_DEPENDS} # A normal qmail installation puts everything into /var/qmail/. @@ -145,10 +146,4 @@ post-deinstall: test: @${WRKSRC}/contrib/test_installation.sh -doit -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/qmail-scanner1/Makefile b/mail/qmail-scanner1/Makefile index 7ad954488368..bb9d02e37137 100644 --- a/mail/qmail-scanner1/Makefile +++ b/mail/qmail-scanner1/Makefile @@ -18,7 +18,8 @@ MAINTAINER= freebsd@simplerezo.com COMMENT= Content/Anti-virus Scanner for qmail BUILD_DEPENDS= ${QMAIL_QUEUE}:${PORTSDIR}/mail/qmail \ - reformime:${PORTSDIR}/mail/maildrop + reformime:${PORTSDIR}/mail/maildrop \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes RUN_DEPENDS= ${BUILD_DEPENDS} # A normal qmail installation puts everything into /var/qmail/. @@ -145,10 +146,4 @@ post-deinstall: test: @${WRKSRC}/contrib/test_installation.sh -doit -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |