summaryrefslogtreecommitdiff
path: root/security/py-m2crypto
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2013-07-26 09:50:21 +0000
committerfhajny <fhajny@pkgsrc.org>2013-07-26 09:50:21 +0000
commitda048e8a2c21108e7df12bd643086c516faa2244 (patch)
tree11c8ec4b9cc03b65d7e64233b7004bf9638162d8 /security/py-m2crypto
parentb2b976982fcca14dc64de8871725d67b0f467952 (diff)
downloadpkgsrc-da048e8a2c21108e7df12bd643086c516faa2244.tar.gz
Fix build on at least SunOS by pointing to real OpenSSL.
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r--security/py-m2crypto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 73d07c008bc..82c1cd5a680 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/02/06 23:23:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2013/07/26 09:50:21 fhajny Exp $
#
DISTNAME= M2Crypto-0.21.1
@@ -18,6 +18,8 @@ LICENSE= m2crypto-license
# -- wiz 20060115
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*}
+PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl}
+
.include "../../lang/python/extension.mk"
.include "../../lang/python/egg.mk"
.include "../../devel/swig/buildlink3.mk"