summaryrefslogtreecommitdiff
path: root/sysutils/py-notify
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-15 16:53:02 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-15 16:53:02 +0000
commit21b4eb71f2f2a2f87e1b1fd195eeee42dd706a4b (patch)
tree60f16bbe597aaad0a4a7749757e08b7f94f71491 /sysutils/py-notify
parente41a08ebe4cfd87f43ae6788f7a8c41b7960e5b0 (diff)
downloadpkgsrc-21b4eb71f2f2a2f87e1b1fd195eeee42dd706a4b.tar.gz
py-gtk2 needs Python 2.4
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 2d6a08da942..f1103e71680 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/09/21 13:04:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/15 16:53:02 joerg Exp $
#
DISTNAME= notify-python-0.1.1
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 24
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"