summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-04 19:56:09 +0000
committerwiz <wiz>2012-08-04 19:56:09 +0000
commit4d7503f05dc7bddeea5ea7ad4d917e62aeb5ed57 (patch)
tree32053e17c9bcba18a817a9a8059b3b915b066348 /sysutils
parent73f5171564433c36a6f877dbd44ce10be9a8b051 (diff)
downloadpkgsrc-4d7503f05dc7bddeea5ea7ad4d917e62aeb5ed57.tar.gz
Disallow python-2.5 because configure complains it is too old.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-dbus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile
index d8d5367ce9a..e8508bcd273 100644
--- a/sysutils/py-dbus/Makefile
+++ b/sysutils/py-dbus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/08/01 18:04:26 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2012/08/04 19:56:09 wiz Exp $
#
DISTNAME= dbus-python-1.1.1
@@ -13,7 +13,8 @@ LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 25
+PYTHON_VERSIONS_INCLUDE_3X= yes
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes