diff options
author | Renato Botelho <renato@netgate.com> | 2016-02-17 13:18:12 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-02-17 13:18:12 -0200 |
commit | e38b001cfec01a4fd335a936e44e0183dbbd904d (patch) | |
tree | 15e122d74dad67d7051fd5cf588ecb9cc4ee6d7a /tools/conf | |
parent | b0c8434e71bad5a4d16a60aea782bc0fb3481de8 (diff) | |
download | pfsense-e38b001cfec01a4fd335a936e44e0183dbbd904d.zip pfsense-e38b001cfec01a4fd335a936e44e0183dbbd904d.tar.gz |
Do not ignore packages due to license permissions
Diffstat (limited to 'tools/conf')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 9dd38c2..22c20a9 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -1,3 +1,6 @@ +# Do not ignore packages due to license +LICENSE_PERMS= auto-accept + # Generic options OPTIONS_UNSET_FORCE= X11 DOCS EXAMPLES MAN INFO MANPAGES |