diff --git a/security/maia/Makefile b/security/maia/Makefile index 7ad412ba11c6..9f8dc214e864 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -42,7 +42,7 @@ PLIST_SUB+= USERS="${USERS}" GROUPS="${GROUPS}" WWWOWN="${WWWOWN}" WWWGRP="${WWW OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT2 \ POSTFIX PFA FUZZYOCR CLAMAV SPAMASSASSIN BDB ALTERMIME CRYPT \ IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR ARJ UNARJ LHA ARC NOMARCH CAB \ - RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS + RPM ZOO UNZOO LZOP P7ZIP TNEF DOCS OPTIONS_DEFAULT= MYSQL CLAMAV SPAMASSASSIN BDB IPCOUNTRY \ DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM \ @@ -80,7 +80,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 TNEF_DESC= Add external tnef decoder @@ -280,10 +279,6 @@ RUN_DEPENDS+= unzoo>=4.4_1:archivers/unzoo RUN_DEPENDS+= lzop:archivers/lzop .endif -.if ${PORT_OPTIONS:MFREEZE} -RUN_DEPENDS+= unfreeze:archivers/freeze -.endif - .if ${PORT_OPTIONS:MP7ZIP} RUN_DEPENDS+= 7zr:archivers/p7zip .endif