diff options
author | snj <snj> | 2009-03-18 17:19:30 +0000 |
---|---|---|
committer | snj <snj> | 2009-03-18 17:19:30 +0000 |
commit | b56f463fdee3310b963aea10de37692fd51722bc (patch) | |
tree | dc9369184140367ff993b32af683dace71ce4185 /www | |
parent | 3da49b4ca46ddec95f8375a155dfc01968b22fd5 (diff) | |
download | pkgsrc-b56f463fdee3310b963aea10de37692fd51722bc.tar.gz |
This packages wants python >= 2.5.
Diffstat (limited to 'www')
-rw-r--r-- | www/libproxy/Makefile | 4 |
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" |