diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-10 21:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-10 21:09:05 +0000 |
commit | 63e6e9fb16324a674760670b242120412dd4ad84 (patch) | |
tree | fc894cac5ebd0e9079dcd7fb975884adddfcd710 /sysutils | |
parent | 903e7f36a769d56fa967c8f140657fbe68bff7c3 (diff) | |
download | pkgsrc-63e6e9fb16324a674760670b242120412dd4ad84.tar.gz |
Allow Python 2.6.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-notify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 088b6452c6f..ccf90c4d3ca 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/01/11 05:34:12 obache Exp $ +# $NetBSD: Makefile,v 1.12 2010/02/10 21:09:05 joerg Exp $ # DISTNAME= notify-python-0.1.1 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= notify-python.pc.in -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 26 25 PY_PATCHPLIST= yes # Missing function attach_status_icon |