diff options
Diffstat (limited to 'x11/py-gtksourceview')
-rw-r--r-- | x11/py-gtksourceview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile index f79ee13d50b..f2c246db8c9 100644 --- a/x11/py-gtksourceview/Makefile +++ b/x11/py-gtksourceview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/03 09:43:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/04 06:15:17 hasso Exp $ # DISTNAME= pygtksourceview-2.4.0 @@ -19,6 +19,8 @@ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config PY_PATCHPLIST= YES +PYTHON_VERSIONS_ACCEPTED= 24 25 + .include "../../lang/python/extension.mk" BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.2 |