pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/libproxy This packages wants python >= 2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a7f0aa9d392
branches:  trunk
changeset: 556276:6a7f0aa9d392
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Mar 18 17:19:30 2009 +0000

description:
This packages wants python >= 2.5.

diffstat:

 www/libproxy/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a10b1c361635 -r 6a7f0aa9d392 www/libproxy/Makefile
--- a/www/libproxy/Makefile     Wed Mar 18 17:18:10 2009 +0000
+++ b/www/libproxy/Makefile     Wed Mar 18 17:19:30 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index