diff options
author | joerg <joerg> | 2007-01-15 21:16:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-15 21:16:37 +0000 |
commit | a513e29803c8540cbe3de739be46b6aeeb29e85b (patch) | |
tree | 8fe0171a5ce06e692ad3c82b5b35b31067d3321f | |
parent | 53f198abe26fb09481752d8fbc166e32e8bbfb05 (diff) | |
download | pkgsrc-a513e29803c8540cbe3de739be46b6aeeb29e85b.tar.gz |
py-gtk needs Python 2.3+
-rw-r--r-- | sysutils/py-notify/Makefile | 3 |
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" |