summaryrefslogtreecommitdiff
path: root/www/libproxy
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-09 15:11:31 +0000
committerdrochner <drochner>2009-09-09 15:11:31 +0000
commit8b6c427eab863bae3c60ecf77d5791382ce31d20 (patch)
treededfdf6f57c93a7609a48fe95be58607c1ea716f /www/libproxy
parent349ae4fd66849113e33c1630340a5246d3dce55a (diff)
downloadpkgsrc-8b6c427eab863bae3c60ecf77d5791382ce31d20.tar.gz
David Sainty noticed that this pkg suffered from the spurious-db4
syndrome too require the new Python versions and bump PKGREVISION
Diffstat (limited to 'www/libproxy')
-rw-r--r--www/libproxy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
index 7579caff844..35cf8b7f12a 100644
--- a/www/libproxy/Makefile
+++ b/www/libproxy/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/07/08 07:57:31 abs Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/09 15:11:31 drochner Exp $
#
DISTNAME= libproxy-0.2.3
+PKGREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= http://libproxy.googlecode.com/files/
@@ -22,6 +23,8 @@ pre-configure:
cd ${WRKSRC} && autoreconf --force
PYTHON_VERSIONS_ACCEPTED= 25 26
+BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
+BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
.include "../../lang/python/extension.mk"
.include "../../mk/dlopen.buildlink3.mk"