diff options
Diffstat (limited to 'textproc/py-4Suite/Makefile')
-rw-r--r-- | textproc/py-4Suite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-4Suite/Makefile b/textproc/py-4Suite/Makefile index e3ec35b5b6e..96980e5e360 100644 --- a/textproc/py-4Suite/Makefile +++ b/textproc/py-4Suite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/12/05 21:26:01 adam Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:09 wiz Exp $ VER= 1.0.2 DISTNAME= 4Suite-XML-${VER} @@ -25,7 +25,7 @@ SUBST_STAGE.python= post-build SUBST_SED.python= -e 's,\#![^ ]* python,\#! ${PYTHONBIN},' #PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.2 do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ |