summaryrefslogtreecommitdiff
path: root/sysutils/py-notify
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-11-18 12:46:52 +0000
committerdrochner <drochner@pkgsrc.org>2008-11-18 12:46:52 +0000
commitf2bb98e5682f30d60ac215f613d0e5292c435614 (patch)
tree886d21044e90465b5c16ad020be37705259fbec2 /sysutils/py-notify
parent534af116c11d8c78005bffba1724dca5c8c86cf9 (diff)
downloadpkgsrc-f2bb98e5682f30d60ac215f613d0e5292c435614.tar.gz
make this work with python-2.4 again
Diffstat (limited to 'sysutils/py-notify')
-rw-r--r--sysutils/py-notify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index f6c62b4712c..735e27e3834 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/11/15 08:15:06 hasso Exp $
+# $NetBSD: Makefile,v 1.7 2008/11/18 12:46:52 drochner 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= 25
+PYTHON_VERSIONS_ACCEPTED= 24 25
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"