diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-11 06:20:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-11 06:20:37 +0000 |
commit | bf23392bca5ea2999d03f5b6e3e8928f38341d1e (patch) | |
tree | 3dfc273cff37e2a6fb2524231d9ef71a427e011a | |
parent | 784a3ea79be064b02a5ee4e2d9f1167c8c189ddd (diff) |
Notes
-rw-r--r-- | security/py-scrypt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-scrypt/Makefile b/security/py-scrypt/Makefile index e7f4cf0e060e..de7ad49556bc 100644 --- a/security/py-scrypt/Makefile +++ b/security/py-scrypt/Makefile @@ -14,8 +14,10 @@ LICENSE= BSD2CLAUSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>0:devel/py-unittest2 -USES= python +USES= python ssl USE_PYTHON= autoplist distutils +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_scrypt.so |