diff options
Diffstat (limited to 'net/py-spreadmodule/Makefile')
-rw-r--r-- | net/py-spreadmodule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile index b1f7fab1289..ac8d7fb8ecd 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:16 wiz Exp $ DISTNAME= SpreadModule-1.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SpreadModule/spreadmodule/} @@ -17,7 +17,7 @@ SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py SUBST_SED.setup= -e 's,/usr/local,${BUILDLINK_PREFIX.spread},g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4 .include "../../net/spread/buildlink3.mk" .include "../../lang/python/distutils.mk" |