diff options
author | wiz <wiz> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-25 09:47:18 +0000 |
commit | f4faf372f86a994ea33fb7e067545387343afcbb (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /www/libproxy | |
parent | 3d4d8826a302002460864e35f116b4687e54fbd9 (diff) | |
download | pkgsrc-f4faf372f86a994ea33fb7e067545387343afcbb.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'www/libproxy')
-rw-r--r-- | www/libproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index 6eba6e29115..644a9493d43 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/08/17 13:10:22 seanb Exp $ +# $NetBSD: Makefile,v 1.8 2011/02/25 09:47:29 wiz Exp $ # DISTNAME= libproxy-0.3.0 @@ -21,7 +21,7 @@ PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in # 0.3.0 doesn't install the python bindings even when they # are enabled, so comment out dependencies. -#PYTHON_VERSIONS_ACCEPTED= 25 26 +#PYTHON_VERSIONS_ACCEPTED= 25 27 26 #BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 #BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2 |