diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-08-16 20:29:28 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-08-16 20:29:28 +0000 |
commit | b1b87a72c81b29b68ea65011667b4636960a4b71 (patch) | |
tree | 2feac9cb407c7642cb701329bf7c1e02fb5ed85a | |
parent | 048dda04006a021f030bf1f49deffff6bc18bd3e (diff) |
Notes
-rw-r--r-- | security/maia/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |