svn commit: r313925 - head/dns/dnsmasq

Matthias Andree mandree at FreeBSD.org
Mon Mar 11 18:21:52 UTC 2013


Author: mandree
Date: Mon Mar 11 18:21:51 2013
New Revision: 313925
URL: http://svnweb.freebsd.org/changeset/ports/313925

Log:
  Drop default options, to keep the Makefile tidy.
  
  Submitted by:	bapt@

Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Mon Mar 11 18:16:26 2013	(r313924)
+++ head/dns/dnsmasq/Makefile	Mon Mar 11 18:21:51 2013	(r313925)
@@ -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


More information about the svn-ports-head mailing list