summaryrefslogtreecommitdiff
path: root/x11/py-gtksourceview
diff options
context:
space:
mode:
authorhasso <hasso>2008-12-04 06:15:17 +0000
committerhasso <hasso>2008-12-04 06:15:17 +0000
commitba2ef8b7da25381038a0a68917cd0bb8a6625ac7 (patch)
treea6e321d04d80ae4807038f90b338c233d4be501a /x11/py-gtksourceview
parentb2e3c54768688e30d88bbb492468f7f5273bb45e (diff)
downloadpkgsrc-ba2ef8b7da25381038a0a68917cd0bb8a6625ac7.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/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