diff options
Diffstat (limited to 'time/wxRemind/Makefile')
-rw-r--r-- | time/wxRemind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile index cc3f14592b9..b10ca2fd31c 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/01/01 14:44:02 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/07/03 05:03:38 adam Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |