aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-27 19:53:05 +0800
committermiwi <miwi@FreeBSD.org>2008-03-27 19:53:05 +0800
commitb2df56152b31b5ecc794bd65063e460943a9be92 (patch)
treeee0630f3c008be39fc2c95cf9671c59a6af482c2
parent7267bccd91a2db842bb93ab0771e96eccc70516e (diff)
downloadfreebsd-ports-gnome-b2df56152b31b5ecc794bd65063e460943a9be92.tar.gz
freebsd-ports-gnome-b2df56152b31b5ecc794bd65063e460943a9be92.tar.zst
freebsd-ports-gnome-b2df56152b31b5ecc794bd65063e460943a9be92.zip
- Add deve/p5-IO to the dependency
PR: 122152 Submitted by: Johan Hendriks <j.hendriks@schavemaker.com> Approved by: maintainer via irc
-rw-r--r--mail/mailscanner/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile
index 9a1147986f92..6c384056bf0a 100644
--- a/mail/mailscanner/Makefile
+++ b/mail/mailscanner/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MailScanner
PORTVERSION= 4.67.6
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -37,7 +38,8 @@ BUILD_DEPENDS= \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${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}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
+ ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS= ${BUILD_DEPENDS} \
bash:${PORTSDIR}/shells/bash \