summaryrefslogtreecommitdiff
path: root/security/py-lasso
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-20 16:40:25 +0000
committerwiz <wiz@pkgsrc.org>2014-01-20 16:40:25 +0000
commit53e7c69354f1f4b46a291788b0c51b37c7883070 (patch)
treefe3184c600e515995213b8909262a292ced2906c /security/py-lasso
parent1f6f5e6b8e4947ae813fa96a0ea318b3cc5ba9ee (diff)
downloadpkgsrc-53e7c69354f1f4b46a291788b0c51b37c7883070.tar.gz
Fix typo in COMMENT. Mark as not for python-3.x.
Diffstat (limited to 'security/py-lasso')
-rw-r--r--security/py-lasso/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile
index b830a61acc4..4fb2dd6a67f 100644
--- a/security/py-lasso/Makefile
+++ b/security/py-lasso/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2014/01/01 11:52:34 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.19 2014/01/20 16:40:25 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 11
-COMMENT= Libery Alliance Single Sign On binding for Python
+COMMENT= Liberty Alliance Single Sign On binding for Python
.include "../../lang/python/pyversion.mk"
@@ -15,6 +14,7 @@ CONFIGURE_ARGS+= --disable-perl
INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.6
.include "../../lang/python/extension.mk"
.include "../../security/lasso/buildlink3.mk"