summaryrefslogtreecommitdiff
path: root/www/libproxy
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2009-03-18 17:19:30 +0000
committersnj <snj@pkgsrc.org>2009-03-18 17:19:30 +0000
commite77d79c37819fca24f2f2f3a2bb73dafe60ee3ea (patch)
treedc9369184140367ff993b32af683dace71ce4185 /www/libproxy
parentd10991605787d7895908c51f444e6decaf80a4d4 (diff)
downloadpkgsrc-e77d79c37819fca24f2f2f3a2bb73dafe60ee3ea.tar.gz
This packages wants python >= 2.5.
Diffstat (limited to 'www/libproxy')
-rw-r--r--www/libproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
index d149c47e89d..198121e4d81 100644
--- a/www/libproxy/Makefile
+++ b/www/libproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/12 13:31:48 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/18 17:19:30 snj Exp $
#
DISTNAME= libproxy-0.2.3
@@ -21,6 +21,8 @@ PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf --force
+PYTHON_VERSIONS_ACCEPTED= 25
+
.include "../../lang/python/extension.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"