diff options
author | zafer <zafer@pkgsrc.org> | 2009-05-10 10:28:50 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-05-10 10:28:50 +0000 |
commit | a8a8f12850e43d9039c1e12e3822be96ff317b87 (patch) | |
tree | 4a099d3ff979000b97fa7e0ac2124953539536f1 /sysutils/py-dbus | |
parent | 210755b5e5db270bf3371c7e9417a7661d9d26fe (diff) | |
download | pkgsrc-a8a8f12850e43d9039c1e12e3822be96ff317b87.tar.gz |
add 26 to PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'sysutils/py-dbus')
-rw-r--r-- | sysutils/py-dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 74622a4a2a6..631899c250d 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/01/07 21:20:28 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/10 10:30:18 zafer Exp $ # DISTNAME= dbus-python-0.83.0 @@ -18,7 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 24 PY_PATCHPLIST= YES .include "../../devel/glib2/buildlink3.mk" |