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 | 330b4f2f0a19c0fed2f3251e28e1471c29720f6c (patch) | |
tree | fc894cac5ebd0e9079dcd7fb975884adddfcd710 /sysutils/py-notify | |
parent | ef32af8970459568ae0072082c49e1f74f21aadd (diff) | |
download | pkgsrc-330b4f2f0a19c0fed2f3251e28e1471c29720f6c.tar.gz |
Allow Python 2.6.
Diffstat (limited to 'sysutils/py-notify')
-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 |