diff options
author | zafer <zafer@pkgsrc.org> | 2009-07-07 11:00:44 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-07-07 11:00:44 +0000 |
commit | 227d773750b9a7337abc319eb5a16f96f8723b24 (patch) | |
tree | fdc377b8cbb9ee4e7d9f583985caffd91b12e0ff /x11 | |
parent | adfbd23b3a959615bf57d7ef4db367f30b42cb29 (diff) | |
download | pkgsrc-227d773750b9a7337abc319eb5a16f96f8723b24.tar.gz |
add 26 to PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2-desktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gnome2-desktop/Makefile b/x11/py-gnome2-desktop/Makefile index 85ffde56872..f756031cc73 100644 --- a/x11/py-gnome2-desktop/Makefile +++ b/x11/py-gnome2-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/03/18 13:00:54 drochner Exp $ +# $NetBSD: Makefile,v 1.28 2009/07/07 11:00:44 zafer Exp $ # DISTNAME= gnome-python-desktop-2.26.0 @@ -23,7 +23,7 @@ DEPENDS+= bug-buddy>=2.16:../../net/bug-buddy PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 24 .include "../../lang/python/extension.mk" .include "../../devel/libwnck/buildlink3.mk" |