diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
commit | d60cc03b253bf72e5157ae700d5fe527258a540e (patch) | |
tree | 0c58e3fd05dc63ad22162f4f98794e7852d46b90 /mail/qmail-scanner/Makefile | |
parent | 4cf6611dc57c1a034ee9c9ebcd5c645cf09ccbf9 (diff) | |
download | ports-d60cc03b253bf72e5157ae700d5fe527258a540e.tar.gz ports-d60cc03b253bf72e5157ae700d5fe527258a540e.zip |
Notes
Diffstat (limited to 'mail/qmail-scanner/Makefile')
-rw-r--r-- | mail/qmail-scanner/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/qmail-scanner/Makefile b/mail/qmail-scanner/Makefile index 24bf291f5622..96af0a5e3637 100644 --- a/mail/qmail-scanner/Makefile +++ b/mail/qmail-scanner/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail-scanner PORTVERSION= 2.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -17,13 +17,9 @@ COMMENT= Content/Anti-virus Scanner for qmail RUN_DEPENDS+= reformime:${PORTSDIR}/mail/maildrop \ unzip:${PORTSDIR}/archivers/unzip \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ setuidgid:${PORTSDIR}/sysutils/daemontools BUILD_DEPENDS+= reformime:${PORTSDIR}/mail/maildrop \ unzip:${PORTSDIR}/archivers/unzip \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ setuidgid:${PORTSDIR}/sysutils/daemontools CONFLICTS= qmail-scanner-1.* |