summaryrefslogtreecommitdiff
path: root/sysutils/py-notify
diff options
context:
space:
mode:
authorhasso <hasso>2008-11-15 08:15:06 +0000
committerhasso <hasso>2008-11-15 08:15:06 +0000
commit456fa0ce2b7ca709a40d7d955934ae7092f71ea6 (patch)
tree24352c13051f9eefd709b95180c12be09e4f85f4 /sysutils/py-notify
parent64187336845d3e5af3952f397c31078ef8adb947 (diff)
downloadpkgsrc-456fa0ce2b7ca709a40d7d955934ae7092f71ea6.tar.gz
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
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 04a87334c0d..f6c62b4712c 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2008/11/15 08:15:06 hasso 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 24
+PYTHON_VERSIONS_ACCEPTED= 25
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"