From 8be8e549509484199e7ca975c1ad282c63bbcaa1 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 12 Mar 2011 19:36:44 +0000 Subject: The configure script stubbornly wants a python interpreter despite not using it, and despite --without-python. Pretend we have one. --- www/libproxy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/libproxy') diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index d2ce9ade163..7e71ff4f479 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/03/11 18:38:12 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2011/03/12 19:36:44 tnn Exp $ # DISTNAME= libproxy-0.3.1 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-python +CONFIGURE_ENV+= PYTHON=${TRUE} USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake PY_PATCHPLIST= yes -- cgit v1.2.3