diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-04 07:45:28 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-04 07:45:28 +0800 |
commit | 94b233ca37f4832740859e2d17b833ee46889ac5 (patch) | |
tree | 9f79db94cbfd9f5d7208a1201cc1e8a72edb4e91 /security/amavisd-new | |
parent | 79e2f4e3500193695be651902eafcdde6e7d7013 (diff) | |
download | freebsd-ports-graphics-94b233ca37f4832740859e2d17b833ee46889ac5.tar.gz freebsd-ports-graphics-94b233ca37f4832740859e2d17b833ee46889ac5.tar.zst freebsd-ports-graphics-94b233ca37f4832740859e2d17b833ee46889ac5.zip |
- Fix dependency [1]
- Turn on WITH_FILE at default
- Bump PORTREVISION
PR: ports/108734 [1]
Reported by: Attila Nagy <bra@fsn.hu> [1]
Submitted by: Martin Matuska <martin@matuska.org> [1]
Approved by: erwin (mentor)
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 5d2cec6a617..0e3ca750940 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) |