summaryrefslogtreecommitdiff
path: root/www/libproxy
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
committerwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
commitdf148167909a2ea09151d92ca19966fc53f0d999 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /www/libproxy
parentdb475c9fcdb210502424c9d103785c680346ae13 (diff)
downloadpkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.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/Makefile4
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