diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-08-20 20:40:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-08-20 20:40:29 +0000 |
commit | 0d9f10ff48b5eb8307a768ad7fa4c85df62af0f5 (patch) | |
tree | a77976eec011b7f0aa0048dea59e3ba58918d836 /dns/dnsmasq | |
parent | 6a128578373c26a8e3f666acf33eaa871b9b7085 (diff) |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 4 |
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 |