diff options
author | tobez <tobez@FreeBSD.org> | 2006-06-19 19:27:33 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-06-19 19:27:33 +0800 |
commit | 8976eb51bb565646b4c9d59effb6259eef2e1100 (patch) | |
tree | fce65a4ac7c2c9cf739212de66086e2636cc7417 /mail/mailscanner | |
parent | b13bd049c4d97ac42ab890eb5f6010d2d06f0c7e (diff) | |
download | freebsd-ports-gnome-8976eb51bb565646b4c9d59effb6259eef2e1100.tar.gz freebsd-ports-gnome-8976eb51bb565646b4c9d59effb6259eef2e1100.tar.zst freebsd-ports-gnome-8976eb51bb565646b4c9d59effb6259eef2e1100.zip |
Fix dependency: use sysutils/p5-Filesys-Df instead of
devel/p5-Filesys-Statvfs_Df, which the former replaces. Bump
portrevision.
This should fix INDEX build.
Noticed by: droso, index build script
Pointy hat to: aaron, tobez (implicit)
Diffstat (limited to 'mail/mailscanner')
-rw-r--r-- | mail/mailscanner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 95585f594cfc..87e84b9f9bdd 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -7,7 +7,7 @@ PORTNAME= MailScanner PORTVERSION= 4.54.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} @@ -37,7 +37,7 @@ BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${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}/devel/p5-Filesys-Statvfs_Df \ + ${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long RUN_DEPENDS= ${BUILD_DEPENDS} \ |