aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsmasq
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/dnsmasq
parent6a128578373c26a8e3f666acf33eaa871b9b7085 (diff)
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r--dns/dnsmasq/Makefile4
1 files changed, 2 insertions, 2 deletions
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