pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ike-scan Pass correct location to OpenSSL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc89c17045cd
branches:  trunk
changeset: 639802:fc89c17045cd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 19:09:26 2014 +0000

description:
Pass correct location to OpenSSL.

diffstat:

 security/ike-scan/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d745cdf1705a -r fc89c17045cd security/ike-scan/Makefile
--- a/security/ike-scan/Makefile        Thu Sep 25 18:46:06 2014 +0000
+++ b/security/ike-scan/Makefile        Thu Sep 25 19:09:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/02/12 23:18:32 tron Exp $
+# $NetBSD: Makefile,v 1.18 2014/09/25 19:09:26 jperkin Exp $
 
 DISTNAME=      ike-scan-1.9
 PKGREVISION=   4
@@ -10,7 +10,7 @@
 COMMENT=       Fingerprinting IKE implementation
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-openssl
+CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
 
 SUBST_CLASSES+=                man
 SUBST_STAGE.man=       post-patch



Home | Main Index | Thread Index | Old Index