pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/nessus-libraries Find OpenSSL in the correct ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eb51b189549
branches:  trunk
changeset: 481901:6eb51b189549
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Oct 14 16:43:15 2004 +0000

description:
Find OpenSSL in the correct location.

diffstat:

 security/nessus-libraries/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b8002184e1b -r 6eb51b189549 security/nessus-libraries/Makefile
--- a/security/nessus-libraries/Makefile        Thu Oct 14 16:35:06 2004 +0000
+++ b/security/nessus-libraries/Makefile        Thu Oct 14 16:43:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/10/04 17:25:51 adrianp Exp $
+# $NetBSD: Makefile,v 1.20 2004/10/14 16:43:15 gavan Exp $
 
 DISTNAME=      nessus-libraries-${VERS}
 PKGREVISION=   1
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                CPP="${CPP}"
 CONFIGURE_ARGS+=       --enable-zlib=${BUILDLINK_PREFIX.zlib}/lib \
+                       --with-ssl=${BUILDLINK_PREFIX.openssl} \
                        --localstatedir=${VARBASE}
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index