summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-09-25 19:13:23 +0000
committerjperkin <jperkin>2014-09-25 19:13:23 +0000
commit0fe8f888afca74af652b8f08626adb87f4640baf (patch)
tree175a4cc2a4ef315634601f6f554dde1b3515fa59
parent46c6af267cf700ce87b00be7482affe713cae9c2 (diff)
downloadpkgsrc-0fe8f888afca74af652b8f08626adb87f4640baf.tar.gz
Pass correct location of OpenSSL.
-rw-r--r--security/netpgp/Makefile4
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"