diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 19:13:23 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 19:13:23 +0000 |
commit | 9d3efba032f3b34ee6cdcc5246e0e9259bcbd84c (patch) | |
tree | 175a4cc2a4ef315634601f6f554dde1b3515fa59 /security | |
parent | 9b2721c33775afb6515a6d05d1718314e21f8c56 (diff) | |
download | pkgsrc-9d3efba032f3b34ee6cdcc5246e0e9259bcbd84c.tar.gz |
Pass correct location of OpenSSL.
Diffstat (limited to 'security')
-rw-r--r-- | security/netpgp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index 974830b7e56..0bebe3166ee 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/02/21 02:16:23 agc Exp $ +# $NetBSD: Makefile,v 1.22 2014/09/25 19:13:23 jperkin Exp $ DISTNAME= netpgp-20140220 CATEGORIES= security @@ -12,6 +12,8 @@ LICENSE= modified-bsd GNU_CONFIGURE= yes USE_LIBTOOL= yes +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} + .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" |