diff options
author | mandree <mandree@FreeBSD.org> | 2013-03-12 02:21:51 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-03-12 02:21:51 +0800 |
commit | c6f838ede9c8abbdd3ee3f0c119215a38a7eb528 (patch) | |
tree | cdee0c7547fc0a9dc17fedde47d350b59581f519 /dns | |
parent | a641d0ac8c656d1cb3cab9e546fa307ac1f87b6b (diff) | |
download | freebsd-ports-gnome-c6f838ede9c8abbdd3ee3f0c119215a38a7eb528.tar.gz freebsd-ports-gnome-c6f838ede9c8abbdd3ee3f0c119215a38a7eb528.tar.zst freebsd-ports-gnome-c6f838ede9c8abbdd3ee3f0c119215a38a7eb528.zip |
Drop default options, to keep the Makefile tidy.
Submitted by: bapt@
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 |