summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-25 19:15:27 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-25 19:15:27 +0000
commit2cd50fb8ce75b8da7b02aebdb8dc123b57123498 (patch)
treed8959355c63f6e476b070570127af7958e60d046 /security
parent9d3efba032f3b34ee6cdcc5246e0e9259bcbd84c (diff)
downloadpkgsrc-2cd50fb8ce75b8da7b02aebdb8dc123b57123498.tar.gz
Pass correct location to OpenSSL.
Diffstat (limited to 'security')
-rw-r--r--security/openvas-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile
index 270a828f6e0..6c9e32bfd86 100644
--- a/security/openvas-client/Makefile
+++ b/security/openvas-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/05/05 00:48:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2014/09/25 19:15:27 jperkin Exp $
#
DISTNAME= openvas-client-2.0.1
@@ -17,7 +17,7 @@ USE_X11= YES
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-x11
-CONFIGURE_ARGS+= --with-ssl
+CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
.include "../../security/openvas-libraries/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"