diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-02 16:55:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-02 16:55:55 +0000 |
commit | a846b3a1f67e2c9ae3d0a51cbce662d83fb6460b (patch) | |
tree | 0f47c78b251e8b2f101ba7a425ab8a51213ce031 /security | |
parent | 4734f2d9241099a2d0b52bf973b8ad6bb8d9088e (diff) | |
download | pkgsrc-a846b3a1f67e2c9ae3d0a51cbce662d83fb6460b.tar.gz |
Reset PKGREVISION after update.
Diffstat (limited to 'security')
-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" |