diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-15 16:53:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-15 16:53:02 +0000 |
commit | 21b4eb71f2f2a2f87e1b1fd195eeee42dd706a4b (patch) | |
tree | 60f16bbe597aaad0a4a7749757e08b7f94f71491 /sysutils | |
parent | e41a08ebe4cfd87f43ae6788f7a8c41b7960e5b0 (diff) | |
download | pkgsrc-21b4eb71f2f2a2f87e1b1fd195eeee42dd706a4b.tar.gz |
py-gtk2 needs Python 2.4
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 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" |