summaryrefslogtreecommitdiff
path: root/sysutils/py-notify
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-15 21:16:37 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-15 21:16:37 +0000
commit4c6183329def758d64abb7aba45010a7be35fa65 (patch)
tree8fe0171a5ce06e692ad3c82b5b35b31067d3321f /sysutils/py-notify
parent0471d5a7c5918a5b7d8af4faf4b95a6831d08aa7 (diff)
downloadpkgsrc-4c6183329def758d64abb7aba45010a7be35fa65.tar.gz
py-gtk needs Python 2.3+
Diffstat (limited to 'sysutils/py-notify')
-rw-r--r--sysutils/py-notify/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index e05cf366947..5c9f49f9b66 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 10:40:52 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/15 21:16:37 joerg Exp $
#
DISTNAME= notify-python-0.1.1
@@ -17,6 +17,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in
+PYTHON_VERSIONS_ACCEPTED= 24 23
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"