summaryrefslogtreecommitdiff
path: root/security/maia
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-16 20:29:28 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-16 20:29:28 +0000
commitb1b87a72c81b29b68ea65011667b4636960a4b71 (patch)
tree2feac9cb407c7642cb701329bf7c1e02fb5ed85a /security/maia
parentRemove expired ports: (diff)
security/maia: drop non-default and expired dependency on archivers/freeze
Notes
Notes: svn path=/head/; revision=477372
Diffstat (limited to 'security/maia')
-rw-r--r--security/maia/Makefile7
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