diff options
Diffstat (limited to 'devel/py-InlineEgg/Makefile')
-rw-r--r-- | devel/py-InlineEgg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 14c7c13cfaa..bf5a2888488 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/09/04 18:00:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:10 adam Exp $ DISTNAME= InlineEgg-1.08 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ REPLACE_PYTHON= examples/example1.py examples/example2.py \ xored_shell_client.py PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.08 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.08 INSTALLATION_DIRS= share/doc/InlineEgg share/examples/InlineEgg |