diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-15 08:15:06 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-15 08:15:06 +0000 |
commit | 55fc674f0247b4209df7d9ec753bf66a9dfdc123 (patch) | |
tree | 24352c13051f9eefd709b95180c12be09e4f85f4 /sysutils | |
parent | 69d720da3b716889572cfebadc517742a912e3c7 (diff) | |
download | pkgsrc-55fc674f0247b4209df7d9ec753bf66a9dfdc123.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
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 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" |