diff options
Diffstat (limited to 'x11/py-gtksourceview/Makefile')
-rw-r--r-- | x11/py-gtksourceview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile index 4f5b914df27..474efb0e163 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/01/13 13:40:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2011/02/25 09:47:31 wiz Exp $ DISTNAME= pygtksourceview-2.10.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -22,7 +22,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config PY_PATCHPLIST= YES -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "../../lang/python/extension.mk" |