Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 20:40:29 +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: r302829 - in head/dns: dnsmasq dnsmasq-devel
Message-ID:  <201208202040.q7KKeTiv089877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Aug 20 20:40:29 2012
New Revision: 302829
URL: http://svn.freebsd.org/changeset/ports/302829

Log:
  Demote USE_PKGCONFIG to =build (was =yes).

Modified:
  head/dns/dnsmasq-devel/Makefile   (contents, props changed)
  head/dns/dnsmasq/Makefile   (contents, props changed)

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Mon Aug 20 20:33:27 2012	(r302828)
+++ head/dns/dnsmasq-devel/Makefile	Mon Aug 20 20:40:29 2012	(r302829)
@@ -45,7 +45,7 @@ CFLAGS+=	-DNO_IPV6
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USE_PKGCONFIG=	yes
+USE_PKGCONFIG=	build
 LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 PLIST_SUB+=	NLS=""
 ALL_TARGET=	all-i18n
@@ -61,7 +61,7 @@ LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 
 .if ${PORT_OPTIONS:MDBUS}
 LIB_DEPENDS+=	dbus-1:${PORTSDIR}/devel/dbus
-USE_PKGCONFIG=	yes
+USE_PKGCONFIG=	build
 CFLAGS+=	-DHAVE_DBUS
 .endif
 

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Mon Aug 20 20:33:27 2012	(r302828)
+++ head/dns/dnsmasq/Makefile	Mon Aug 20 20:40:29 2012	(r302829)
@@ -46,7 +46,7 @@ CFLAGS+=	-DNO_IPV6
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USE_PKGCONFIG=	yes
+USE_PKGCONFIG=	build
 LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 PLIST_SUB+=	NLS=""
 ALL_TARGET=	all-i18n
@@ -62,7 +62,7 @@ LIB_DEPENDS+=	idn:${PORTSDIR}/dns/libidn
 
 .if ${PORT_OPTIONS:MDBUS}
 LIB_DEPENDS+=	dbus-1:${PORTSDIR}/devel/dbus
-USE_PKGCONFIG=	yes
+USE_PKGCONFIG=	build
 CFLAGS+=	-DHAVE_DBUS
 .endif
 



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