summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-08-20 20:40:29 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-08-20 20:40:29 +0000
commit0d9f10ff48b5eb8307a768ad7fa4c85df62af0f5 (patch)
treea77976eec011b7f0aa0048dea59e3ba58918d836 /dns
parentUpdate to 2.63. (diff)
Demote USE_PKGCONFIG to =build (was =yes).
Notes
Notes: svn path=/head/; revision=302829
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq-devel/Makefile4
-rw-r--r--dns/dnsmasq/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index 341628d88296..cb2ecdb5f089 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -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
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index b7e70584b09d..b7f8922e6cbc 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -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