diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 18:46:06 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 18:46:06 +0000 |
commit | 7ed074330a4906b2009fb4a4a0f697d63b5a4c97 (patch) | |
tree | 16459ad51b10eee148dd47e6b0906723437074e3 | |
parent | 04d088a735c0a01f43463b7aa6505d2ab9c7b27a (diff) | |
download | pkgsrc-7ed074330a4906b2009fb4a4a0f697d63b5a4c97.tar.gz |
Requires OpenSSL.
-rw-r--r-- | security/credns/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/credns/Makefile b/security/credns/Makefile index 1bf178d3d41..ed97966d55e 100644 --- a/security/credns/Makefile +++ b/security/credns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/02/17 07:42:25 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2014/09/25 18:46:06 jperkin Exp $ DISTNAME= credns-0.2.10 CATEGORIES= security @@ -11,4 +11,7 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} + +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |