diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-19 11:34:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-19 11:34:34 +0000 |
commit | ba45fac8d99a70531986d88a76e345d949d17cf8 (patch) | |
tree | c733813989ec51b08f44a3c41aeb7df122b062c9 /sysutils/py-notify | |
parent | 86a2615fa8cc31a53fd90f9325f13d4778e5e331 (diff) | |
download | pkgsrc-ba45fac8d99a70531986d88a76e345d949d17cf8.tar.gz |
not for python-2.4, because support was dropped from py-gtk2
Diffstat (limited to 'sysutils/py-notify')
-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 a889a85cec8..1eb7a9bbfe2 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/02/11 14:23:32 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/19 11:37:38 tnn 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" |