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 | 0a2f78b38ebb30d6bf361d0ce040590a78538710 (patch) | |
tree | 4a099d3ff979000b97fa7e0ac2124953539536f1 /sysutils/py-dbus/Makefile | |
parent | e68d695c349b2d4c58a8a1f2d1df2a099065e566 (diff) | |
download | pkgsrc-0a2f78b38ebb30d6bf361d0ce040590a78538710.tar.gz |
add 26 to PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'sysutils/py-dbus/Makefile')
-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" |