pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nsd Check the right directory for OpenSSL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99b6d17a8cf5
branches:  trunk
changeset: 512207:99b6d17a8cf5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 02 17:32:05 2006 +0000

description:
Check the right directory for OpenSSL.

diffstat:

 net/nsd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 729300a4fe30 -r 99b6d17a8cf5 net/nsd/Makefile
--- a/net/nsd/Makefile  Tue May 02 17:22:45 2006 +0000
+++ b/net/nsd/Makefile  Tue May 02 17:32:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/04/23 00:12:40 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2006/05/02 17:32:05 joerg Exp $
 
 DISTNAME=      nsd-2.3.3
 CATEGORIES=    net
@@ -25,6 +25,7 @@
 CONFIGURE_ARGS+=--with-pidfile=${VARBASE}/run/nsd.pid
 CONFIGURE_ARGS+=--with-user=nsd
 CONFIGURE_ARGS+=--with-dbfile=${VARBASE}/db/nsd.db
+CONFIGURE_ARGS+=--with-ssl=${BUILDLINK_PREFIX.openssl}
 
 RCD_SCRIPTS=   nsd
 FILES_SUBST+=  NSDDB=${VARBASE}/db/nsd.db



Home | Main Index | Thread Index | Old Index