Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2017 22:45:44 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436661 - head/dns/dnsmasq
Message-ID:  <201703212245.v2LMji2b062525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Mar 21 22:45:43 2017
New Revision: 436661
URL: https://svnweb.freebsd.org/changeset/ports/436661

Log:
  Correct placement of option helpers.
  
  Related to:
  PR: 217900

Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Tue Mar 21 22:43:56 2017	(r436660)
+++ head/dns/dnsmasq/Makefile	Tue Mar 21 22:45:43 2017	(r436661)
@@ -40,11 +40,11 @@ SHEBANG_FILES=	contrib/dynamic-dnsmasq/d
 		contrib/dnslist/dnslist.pl
 CPE_VENDOR=	thekelleys
 
-.include <bsd.port.options.mk>
-
 IPV6_CFLAGS_OFF=-DNO_IPV6
 IPSET_CFLAGS_OFF=-DNO_IPSET
 
+.include <bsd.port.options.mk>
+
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext gmake iconv pkgconfig
 LIB_DEPENDS+=	libidn.so:dns/libidn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703212245.v2LMji2b062525>