diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-03-11 18:21:51 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-03-11 18:21:51 +0000 |
commit | 1fc75bfed61982bb65d4fe984293dda85e81a9f1 (patch) | |
tree | cdee0c7547fc0a9dc17fedde47d350b59581f519 /dns | |
parent | 2c6d451191f5232ac4efe93398ce711da88d8ca4 (diff) | |
download | ports-1fc75bfed61982bb65d4fe984293dda85e81a9f1.tar.gz ports-1fc75bfed61982bb65d4fe984293dda85e81a9f1.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 984b0668a701..4bfdfa2a9593 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -32,7 +32,6 @@ CFLAGS+= -Wall -Wno-unused-value MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" OPTIONS_DEFINE= IPV6 DBUS NLS IDN LUA -OPTIONS_DEFAULT= IPV6 NLS OPTIONS_EXCLUDE+= EXAMPLES NLS_DESC= National Language Support (NLS, enables IDN) IDN_DESC= International Domain Names (IDN) WITHOUT NLS |