1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

security/amavisd-new: drop non-default and expired dependency on archivers/freeze

This commit is contained in:
Rene Ladan 2018-08-16 20:30:03 +00:00
parent b1b87a72c8
commit 8eb6e71856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477373

View File

@ -43,7 +43,7 @@ AMAVISQUARANTINE?= /var/virusmails
DAEMON?= /usr/sbin/daemon -p
OPTIONS_DEFINE= IPV6 BDB SNMP SQLITE MYSQL PGSQL LDAP SASL SPAMASSASSIN P0F ALTERMIME \
FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP FREEZE \
FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP \
P7ZIP MSWORD TNEF DOCS
OPTIONS_DEFAULT= BDB SPAMASSASSIN FILE UNRAR ARJ LHA ARC CAB RPM ZOO LZOP \
P7ZIP MSWORD
@ -70,7 +70,6 @@ RPM_DESC= RPM support with archivers/rpm2cpio
ZOO_DESC= ZOO support with archivers/zoo
UNZOO_DESC= ZOO support with archivers/unzoo
LZOP_DESC= LZOP support with archivers/lzop
FREEZE_DESC= FREEZE support with archivers/freeze
P7ZIP_DESC= P7ZIP support with archivers/p7zip
MSWORD_DESC= Ms Word support with textproc/ripole
TNEF_DESC= Add external tnef decoder converters/tnef
@ -203,10 +202,6 @@ RUN_DEPENDS+= unzoo>=4.4_1:archivers/unzoo
RUN_DEPENDS+= ${LOCALBASE}/bin/lzop:archivers/lzop
.endif
.if ${PORT_OPTIONS:MFREEZE}
RUN_DEPENDS+= ${LOCALBASE}/bin/unfreeze:archivers/freeze
.endif
.if ${PORT_OPTIONS:MP7ZIP}
RUN_DEPENDS+= ${LOCALBASE}/bin/7zr:archivers/p7zip
.endif