summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/nsd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index fa07a7a82c0..534da962468 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.29 2005/04/28 15:30:17 wiz Exp $
DISTNAME= nsd-2.2.0
CATEGORIES= net
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.nlnetlabs.nl/nsd/index.html
COMMENT= Authoritative-only DNS server
BUILD_DEFS+= USE_INET6
+BUILDLINK_DEPENDS.openssl+= openssl>=0.9.7
.include "../../mk/bsd.prefs.mk"
@@ -23,7 +24,6 @@ CONFIGURE_ARGS+=--disable-ipv6
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+=--with-pidfile=${VARBASE}/run/nsd.pid
CONFIGURE_ARGS+=--with-user=named
-CONFIGURE_ARGS+=--with-namedxfer=/usr/libexec/named-xfer
.endif
post-install:
@@ -37,4 +37,5 @@ post-install:
.endfor
.include "../../security/tcp_wrappers/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"