summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasso <hasso>2008-12-04 06:15:17 +0000
committerhasso <hasso>2008-12-04 06:15:17 +0000
commit682ca2c65e7bbba12706d7504ee42b78163942f8 (patch)
treea6e321d04d80ae4807038f90b338c233d4be501a
parent959df53515c8e3629f37c7f66fd31e3eebf05611 (diff)
downloadpkgsrc-682ca2c65e7bbba12706d7504ee42b78163942f8.tar.gz
This can be built only with python versions 2.4 and 2.5 due to x11/py-gtk2.
-rw-r--r--x11/py-gtksourceview/Makefile4
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