diff options
author | danfe <danfe@FreeBSD.org> | 2018-02-11 17:44:56 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-02-11 17:44:56 +0800 |
commit | 8ce849b7f8e4aee0a9491692754191e8734ecf91 (patch) | |
tree | cdef81181eb9756fdf20889fc11dcb147ded3a5f /security | |
parent | 81cd33b7f98b510537115f8eba553d7b94de300a (diff) | |
download | freebsd-ports-gnome-8ce849b7f8e4aee0a9491692754191e8734ecf91.tar.gz freebsd-ports-gnome-8ce849b7f8e4aee0a9491692754191e8734ecf91.tar.zst freebsd-ports-gnome-8ce849b7f8e4aee0a9491692754191e8734ecf91.zip |
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
Diffstat (limited to 'security')
-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 |