diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-02-11 09:44:56 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-02-11 09:44:56 +0000 |
| commit | d2afba21650ee6968b1aa1a15bc633031ff8e5ef (patch) | |
| tree | cdef81181eb9756fdf20889fc11dcb147ded3a5f /security/maia | |
| parent | d013fc3f2631aca87529233d0fce89c203f2749e (diff) | |
Remove FREEZE from default options: it pulls `archivers/freeze' as run-time
dependency, which apparently cannot be packaged after r429483 because `NONE'
LICENSE must be explicitly accepted; in turn, this prevented `security/maia'
itself from packaging.
Approved by: maintainer
Notes
svn path=/head/; revision=461482
Diffstat (limited to 'security/maia')
| -rw-r--r-- | security/maia/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index 119ae42856d5..faf3aa238dad 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -3,7 +3,7 @@ PORTNAME= maia DISTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.purplehat.org/downloads/maia/ @@ -45,7 +45,8 @@ OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVE RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS OPTIONS_DEFAULT= MYSQL CLAMAV SPAMASSASSIN BDB IPCOUNTRY \ - DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM ZOO FREEZE P7ZIP + DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM \ + ZOO P7ZIP APACHE_DESC= Use Apache web server LIGHTTPD_DESC= Use LighTTPD web server WEBHOST_DESC= PHP, PEAR, etc... for Maia web interface |
