aboutsummaryrefslogtreecommitdiff
path: root/security/amavisd-new/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-02-03 23:45:28 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-02-03 23:45:28 +0000
commit43de599d6f44d090eafe2e642093a2c5046b99d8 (patch)
treed7666b05c0aba3efc452c30f414ef14193b01d8d /security/amavisd-new/Makefile
parent8d73b80d9f7c914213e866ec90c1ecaf236d67f4 (diff)
downloadports-43de599d6f44d090eafe2e642093a2c5046b99d8.tar.gz
ports-43de599d6f44d090eafe2e642093a2c5046b99d8.zip
Notes
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r--security/amavisd-new/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 5d2cec6a6173..0e3ca7509401 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -8,6 +8,7 @@
PORTNAME= amavisd-new
PORTVERSION= 2.4.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
@@ -54,7 +55,7 @@ OPTIONS= BDB "Use BerkeleyDB for nanny/cache/snmp" on \
MILTER "Sendmail milter support" on \
SPAMASSASSIN "Use mail/p5-Mail-SpamAssassin" on \
P0F "Passive operating system fingerprinting" off \
- FILE "Use newer file(1) utility from ports" off \
+ FILE "Use newer file(1) utility from ports" on \
RAR "RAR support with archivers/rar" off \
UNRAR "RAR support with archivers/unrar" on \
ARJ "ARJ support with archivers/arj" on \
@@ -111,7 +112,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-D
.endif
.if defined(WITH_MYSQL)
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if defined(WITH_PGSQL)