diff options
author | drochner <drochner> | 2013-09-04 16:25:50 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-09-04 16:25:50 +0000 |
commit | fb8c35888ef47ec66fb601fc799f8feb1d87ca7f (patch) | |
tree | 511cc93ab08a64fc205d24dc81d7ce31ef417856 /www/firefox | |
parent | c124e10e81bb84f2fc455e886f7263272cd1daf2 (diff) | |
download | pkgsrc-fb8c35888ef47ec66fb601fc799f8feb1d87ca7f.tar.gz |
the build insists in Python-2.7.x
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/mozilla-common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 53eb490f1d8..791296a6cea 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.14 2013/08/29 20:49:26 martin Exp $ +# $NetBSD: mozilla-common.mk,v 1.15 2013/09/04 16:25:50 drochner Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -86,6 +86,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub +PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} |