diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bmpanel2/Makefile | 4 | ||||
-rw-r--r-- | wm/py-tyle/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/bmpanel2/Makefile b/wm/bmpanel2/Makefile index 109df4a3489..a8e93477c94 100644 --- a/wm/bmpanel2/Makefile +++ b/wm/bmpanel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/04/26 13:14:19 maya Exp $ +# $NetBSD: Makefile,v 1.37 2019/04/26 14:12:47 maya Exp $ DISTNAME= bmpanel2-2.1pre1 PKGREVISION= 24 @@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config gzip PY_PATCHPLIST= yes REPLACE_PYTHON= extra/py/bmpanel2.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1pre1 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1pre1 SUBST_CLASSES+= prefix SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g" diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 6c27381d1f2..9731d995cb2 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:19 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:48 maya Exp $ DISTNAME= pytyle-0.7.5 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -17,7 +17,7 @@ PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |