diff options
author | gavan <gavan@pkgsrc.org> | 2004-10-14 16:43:15 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-10-14 16:43:15 +0000 |
commit | edd65d27265ad66be73e4f495d15ccdbe98dba7d (patch) | |
tree | 3de12003350b1aba95a379e11d9ca9a459eaa84f /security | |
parent | ff3d204f744ec669a479f029b833ff020929da1f (diff) | |
download | pkgsrc-edd65d27265ad66be73e4f495d15ccdbe98dba7d.tar.gz |
Find OpenSSL in the correct location.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-libraries/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index ca026087056..67d380cb1cf 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -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 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison 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" |