summaryrefslogtreecommitdiff
path: root/net/nsd
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-28 15:30:17 +0000
committerwiz <wiz>2005-04-28 15:30:17 +0000
commit3653fd3efc0f5b5fe6c6b7c42f8f778c5fcc85a3 (patch)
treeb7dc3cfd63299a7a11fc622b19e7f229fdb34ef0 /net/nsd
parentfd5c1fe3265058da42ef6b12c7568199e4b3055b (diff)
downloadpkgsrc-3653fd3efc0f5b5fe6c6b7c42f8f778c5fcc85a3.tar.gz
Apply parts of patch from PR 29983 by ISIHARA Takanori:
* OpenSSL 0.9.7 or higher is required for TSIG support. (README) * --with-namedxfer configure option is obsolete option.
Diffstat (limited to 'net/nsd')
-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"