diff options
author | jim-p <jimp@pfsense.org> | 2017-05-15 13:41:08 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2017-05-15 13:41:08 -0400 |
commit | ae764da6ef91f0e9f440d423dfbdb72f44b33276 (patch) | |
tree | 0fe1150156e305d2f0899481e7969ac38b2eca5b /tools | |
parent | ad31954e1d8e396983df18728bf4a12f066bf5fc (diff) | |
download | pfsense-ae764da6ef91f0e9f440d423dfbdb72f44b33276.zip pfsense-ae764da6ef91f0e9f440d423dfbdb72f44b33276.tar.gz |
Enable Python support for Unbound. Implements #7549
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 4dadcb4..4311900 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -36,7 +36,7 @@ security_xinetd_UNSET_FORCE= XCONV sysutils_flashrom_UNSET_FORCE= FTDI BUSPIRATE -dns_unbound_SET_FORCE= LIBEVENT +dns_unbound_SET_FORCE= LIBEVENT PYTHON net_libzmq4_UNSET_FORCE=PGM |