diff options
author | erwin <erwin@FreeBSD.org> | 2012-10-26 16:37:10 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-10-26 16:37:10 +0800 |
commit | 9210541771d93f213e260b0a8147781229380d65 (patch) | |
tree | 51d113e495e9496356d8dc4e0bd201b0722cedde /dns/bind99 | |
parent | 570089506f11b6559e226f733b8ee4fd67606d0e (diff) | |
download | freebsd-ports-gnome-9210541771d93f213e260b0a8147781229380d65.tar.gz freebsd-ports-gnome-9210541771d93f213e260b0a8147781229380d65.tar.zst freebsd-ports-gnome-9210541771d93f213e260b0a8147781229380d65.zip |
Reduce lenght of the option description for DLZ_MYSQL to
avoid problems with the older dialog(1) on FreeBSD 8.x
Noticed by: Terry Kennedy <terry@tmk.com>
Feature safe: yes
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 18d44e9487d2..0dd9ad172841 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -39,7 +39,7 @@ LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND) +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver |