summaryrefslogtreecommitdiff
path: root/sysutils/py-notify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-notify/Makefile')
-rw-r--r--sysutils/py-notify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index 7bb01bf433c..0451748d0a8 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/12/31 13:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2015/12/05 21:25:59 adam Exp $
DISTNAME= py-notify-0.2.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1}
@@ -11,7 +11,7 @@ HOMEPAGE= http://home.gna.org/py-notify/
COMMENT= Python package providing tool for observer programming pattern
LICENSE= gnu-lgpl-v2.1
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.1
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"