svn commit: r302829 - in head/dns: dnsmasq dnsmasq-devel

Matthias Andree mandree at FreeBSD.org
Mon Aug 20 20:40:30 UTC 2012


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
 



More information about the svn-ports-head mailing list