diff options
Diffstat (limited to 'games/jools/Makefile')
-rw-r--r-- | games/jools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/jools/Makefile b/games/jools/Makefile index da71eecb9d7..67b505364c9 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:43 adam Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:48 wiz Exp $ DISTNAME= jools-0.20 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.20 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.20 REPLACE_PYTHON= jools/__init__.py post-install: |