aboutsummaryrefslogtreecommitdiff
path: root/dns/bind95
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-07-30 18:47:46 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-07-30 18:47:46 +0000
commite9a0414264f681ff7a34cbc4045e9c5d6e75f4d2 (patch)
treed5f5c98761044a047391e68eb9c53d6addaf0b79 /dns/bind95
parent613b505d761c826b62cb206f3d07cc4d4241f535 (diff)
downloadports-e9a0414264f681ff7a34cbc4045e9c5d6e75f4d2.tar.gz
ports-e9a0414264f681ff7a34cbc4045e9c5d6e75f4d2.zip
Notes
Diffstat (limited to 'dns/bind95')
-rw-r--r--dns/bind95/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index 651e5907e0fb..548f69e59846 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/Makefile
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --without-libxml2
.if defined(WITH_IDN)
CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE}
-BUILD_DEPENDS+= runidn:${PORTSDIR}/dns/idnkit
+LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit
.else
CONFIGURE_ARGS+= --without-idn
.endif