summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-20 16:40:25 +0000
committerwiz <wiz>2014-01-20 16:40:25 +0000
commitd19de3e14de4c6a1b73f4fe21172b0bf388e45aa (patch)
treefe3184c600e515995213b8909262a292ced2906c /security
parent2647b72444906fe4013f11059fa30ac5b8385a4e (diff)
downloadpkgsrc-d19de3e14de4c6a1b73f4fe21172b0bf388e45aa.tar.gz
Fix typo in COMMENT. Mark as not for python-3.x.
Diffstat (limited to 'security')
-rw-r--r--security/lasso/Makefile.common6
-rw-r--r--security/py-lasso/Makefile6
2 files changed, 7 insertions, 5 deletions
diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common
index 5b6124d9655..54d02b2f9d3 100644
--- a/security/lasso/Makefile.common
+++ b/security/lasso/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2012/10/23 18:16:15 manu Exp $
+# $NetBSD: Makefile.common,v 1.8 2014/01/20 16:40:26 wiz Exp $
#
# used by security/lasso/Makefile
# used by security/py-lasso/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://dev.entrouvert.org/lasso/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://lasso.entrouvert.org/
-COMMENT= Libery Alliance Single Sign On implementation
+COMMENT= Liberty Alliance Single Sign On implementation
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo
@@ -23,6 +23,8 @@ USE_TOOLS+= pkg-config perl
PKGCONFIG_OVERRIDE+= lasso.pc.in
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.6
+
.include "../../lang/python/application.mk"
.include "../../security/xmlsec1/buildlink3.mk"
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"