diff options
-rw-r--r-- | security/py-lasso/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index 81405f988dd..7f2c92381cb 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2014/05/29 23:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/04/02 16:55:55 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 13 COMMENT= Liberty Alliance Single Sign On binding for Python BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat @@ -12,7 +11,7 @@ CONFIGURE_ARGS+= --disable-perl INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4.1 .include "../../lang/python/extension.mk" |