diff options
author | tnn <tnn@pkgsrc.org> | 2011-03-12 19:36:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-03-12 19:36:44 +0000 |
commit | c30fa5872ea9a2620f9cac45bc160d28fe2167b3 (patch) | |
tree | f91731a59f8307aa6f2cb515a721b810fddf9007 /www | |
parent | 18747b323b46b2476ad88649c845a4c52a52c098 (diff) | |
download | pkgsrc-c30fa5872ea9a2620f9cac45bc160d28fe2167b3.tar.gz |
The configure script stubbornly wants a python interpreter despite
not using it, and despite --without-python. Pretend we have one.
Diffstat (limited to 'www')
-rw-r--r-- | www/libproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |