diff options
Diffstat (limited to 'security/py-xmlsec/Makefile')
-rw-r--r-- | security/py-xmlsec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index b843a81c8c1..12b59886c8c 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:36 tron Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:18 wiz Exp $ DISTNAME= pyxmlsec-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 .include "../../security/openssl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |