diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-14 04:11:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-14 04:11:47 +0000 |
commit | eb278d833e1674f0cf8c86c98610805717eb6f47 (patch) | |
tree | b4aee4dee0c67ae5ce3d1fd5147de1a5983e8aad /mail/mailscanner/Makefile | |
parent | 8f1c3b0292e05ee4eadaa9bf0cd1671ff809994d (diff) |
Notes
Diffstat (limited to 'mail/mailscanner/Makefile')
-rw-r--r-- | mail/mailscanner/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 7003152e40b6..1def826fbce7 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.79.11 +PORTVERSION= 4.81.4 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} @@ -32,7 +32,8 @@ BUILD_DEPENDS= \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ - ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite + ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ + ${SITE_PERL}/Sys/SigAction.pm:${PORTSDIR}/devel/p5-Sys-SigAction RUN_DEPENDS+= ${BUILD_DEPENDS} \ bash:${PORTSDIR}/shells/bash \ |