diff options
author | cheusov <cheusov> | 2012-10-03 23:40:35 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-10-03 23:40:35 +0000 |
commit | 6640f4e0315610e86268d98a24f213403027cee0 (patch) | |
tree | 0671ee272f4e4f2a67b3b474811ea8104a1b37f4 /security/py-tlslite/Makefile | |
parent | dc40a26024d85d07535fe4b732e30978908b9b14 (diff) | |
download | pkgsrc-6640f4e0315610e86268d98a24f213403027cee0.tar.gz |
CONFLICTS between python modules
Diffstat (limited to 'security/py-tlslite/Makefile')
-rw-r--r-- | security/py-tlslite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 1fe9fdb0684..623ba0e3356 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/10/29 06:22:20 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 23:40:38 cheusov Exp $ # DISTNAME= tlslite-0.3.8 @@ -13,6 +13,7 @@ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python LICENSE= public-domain PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= # none |