diff options
author | hasso <hasso@pkgsrc.org> | 2008-12-04 06:15:17 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-12-04 06:15:17 +0000 |
commit | 9db0d469ffce983e114d107e1842193883cb2756 (patch) | |
tree | a6e321d04d80ae4807038f90b338c233d4be501a /x11/py-gtksourceview | |
parent | 4dd26edf5e878368253db76f0b63de9923e9999a (diff) | |
download | pkgsrc-9db0d469ffce983e114d107e1842193883cb2756.tar.gz |
This can be built only with python versions 2.4 and 2.5 due to x11/py-gtk2.
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 |