diff options
author | obache <obache@pkgsrc.org> | 2012-01-27 06:36:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-27 06:36:57 +0000 |
commit | 1f4e201e9d352a22711bd63eed55e672b5d46f52 (patch) | |
tree | 035239c2d6aa9e18a0a239c19d7257510b68648c /www/webkit-gtk | |
parent | 2d26417a9728d71e293cac152943c6577d0103de (diff) | |
download | pkgsrc-1f4e201e9d352a22711bd63eed55e672b5d46f52.tar.gz |
Use PYTHON_FOR_BUILDONLY=yes instead of directly set BUILDLINK_DEPMETHOD.python.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common index 050057a8778..9339ad468d3 100644 --- a/www/webkit-gtk/Makefile.common +++ b/www/webkit-gtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2012/01/19 15:00:35 reed Exp $ +# $NetBSD: Makefile.common,v 1.8 2012/01/27 06:36:57 obache Exp $ # used by www/webkit-gtk/Makefile # used by www/webkit-gtk3/Makefile @@ -40,7 +40,7 @@ REPLACE_PERL+= Source/JavaScriptCore/create_hash_table \ Source/WebCore/make-hash-tools.pl \ Source/WebCore/platform/text/mac/*.pl -BUILDLINK_DEPMETHOD.python= build +PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN} |