diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 14:23:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 14:23:31 +0000 |
commit | be089192f3ebbc765a734cd7893849e5ddbddaa6 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /sysutils | |
parent | ff6b89112867c4316af49f84ee5210a60789741c (diff) | |
download | pkgsrc-be089192f3ebbc765a734cd7893849e5ddbddaa6.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
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 735e27e3834..a889a85cec8 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/11/18 12:46:52 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/11 14:23:32 joerg Exp $ # DISTNAME= notify-python-0.1.1 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in -PYTHON_VERSIONS_ACCEPTED= 24 25 +PYTHON_VERSIONS_ACCEPTED= 25 24 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" |