diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-04 19:56:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-04 19:56:09 +0000 |
commit | 3e9c6724333a73a1172e3878ee1b0abc389c51ac (patch) | |
tree | 32053e17c9bcba18a817a9a8059b3b915b066348 | |
parent | 7f12f34039e42e0f155a927625de46aac3dca37b (diff) | |
download | pkgsrc-3e9c6724333a73a1172e3878ee1b0abc389c51ac.tar.gz |
Disallow python-2.5 because configure complains it is too old.
-rw-r--r-- | sysutils/py-dbus/Makefile | 5 |
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 |