aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 07:24:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 07:24:02 +0000
commit3bc475b29fb04e54e0bf21a8202b0a7fc0f11dc3 (patch)
tree56d83f16c1f7707a5ec0992335ab785141f2388e /dns
parent1e4689558e9212686c62051bd29943b99367943a (diff)
downloadports-3bc475b29fb04e54e0bf21a8202b0a7fc0f11dc3.tar.gz
ports-3bc475b29fb04e54e0bf21a8202b0a7fc0f11dc3.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq-devel/Makefile4
-rw-r--r--dns/dnsmasq/Makefile4
-rw-r--r--dns/powerdns/Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index e230ac2e6301..17536a65d450 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -41,7 +41,7 @@ CFLAGS+= -DNO_IPV6
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_PKGCONFIG= build
+USES+= pkgconfig
LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn
PLIST_SUB+= NLS=""
ALL_TARGET= all-i18n
@@ -57,7 +57,7 @@ LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn
.if ${PORT_OPTIONS:MDBUS}
LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus
-USE_PKGCONFIG= build
+USES+= pkgconfig
CFLAGS+= -DHAVE_DBUS
.endif
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 2b9c7ad4dc4e..f013a0492063 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -40,7 +40,7 @@ CFLAGS+= -DNO_IPV6
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_PKGCONFIG= build
+USES+= pkgconfig
LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn
PLIST_SUB+= NLS=""
ALL_TARGET= all-i18n
@@ -56,7 +56,7 @@ LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn
.if ${PORT_OPTIONS:MDBUS}
LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus
-USE_PKGCONFIG= build
+USES+= pkgconfig
CFLAGS+= -DHAVE_DBUS
.endif
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index cd78f1610492..b4fe93e5f5b6 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -19,9 +19,9 @@ LUA_COMPS= lua
CONFLICTS= powerdns-devel-[2-3].[0-9]*
+USES= pkgconfig
USE_GMAKE= YES
USE_SUBMAKE= YES
-USE_PKGCONFIG= build
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
CXXFLAGS+= -I${LOCALBASE}/include