mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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)
This commit is contained in:
parent
8d73b80d9f
commit
43de599d6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184065
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user