diff options
author | adam <adam@pkgsrc.org> | 2017-02-13 17:49:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-13 17:49:46 +0000 |
commit | 271292922ce37de75606e0e375173b803ad51c1e (patch) | |
tree | d265b80ad654b88653de9b6fe14461780b5f105a /security | |
parent | d485a575dc21c1a2d2c79e851d97b4e0200772a2 (diff) | |
download | pkgsrc-271292922ce37de75606e0e375173b803ad51c1e.tar.gz |
Fix PLIST.Darwin
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptography/PLIST.Darwin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-cryptography/PLIST.Darwin b/security/py-cryptography/PLIST.Darwin index 583c6426210..6063fdcd67f 100644 --- a/security/py-cryptography/PLIST.Darwin +++ b/security/py-cryptography/PLIST.Darwin @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST.Darwin,v 1.1 2015/09/05 12:00:10 jperkin Exp $ -${PYSITELIB}/cryptography/hazmat/bindings/_commoncrypto.so +@comment $NetBSD: PLIST.Darwin,v 1.2 2017/02/13 17:49:46 adam Exp $ +${PLIST.py2x}${PYSITELIB}/cryptography/hazmat/bindings/_commoncrypto.so +${PLIST.py3x}${PYSITELIB}/cryptography/hazmat/bindings/_commoncrypto.abi3.so |