diff options
author | abs <abs> | 2009-07-08 07:57:31 +0000 |
---|---|---|
committer | abs <abs> | 2009-07-08 07:57:31 +0000 |
commit | c1094a1479f498d9c2a43fc609e0fe7e217df14f (patch) | |
tree | b586f29edd4b2c2d53205e18a5e22a0afc9152c7 | |
parent | ee2a9dc22a61f286929f92dd7484fdd47a758ba7 (diff) | |
download | pkgsrc-c1094a1479f498d9c2a43fc609e0fe7e217df14f.tar.gz |
Add 26 to PYTHON_VERSIONS_ACCEPTED
-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 198121e4d81..7579caff844 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/18 17:19:30 snj Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/08 07:57:31 abs Exp $ # DISTNAME= libproxy-0.2.3 @@ -21,7 +21,7 @@ PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in pre-configure: cd ${WRKSRC} && autoreconf --force -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 25 26 .include "../../lang/python/extension.mk" .include "../../mk/dlopen.buildlink3.mk" |