Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 20:57:42 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336486 - head/www/webkit-gtk3
Message-ID:  <201312142057.rBEKvgVe049930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Dec 14 20:57:41 2013
New Revision: 336486
URL: http://svnweb.freebsd.org/changeset/ports/336486

Log:
  www/webkit-gtk3: fix usage of python
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/www/webkit-gtk3/Makefile

Modified: head/www/webkit-gtk3/Makefile
==============================================================================
--- head/www/webkit-gtk3/Makefile	Sat Dec 14 20:46:11 2013	(r336485)
+++ head/www/webkit-gtk3/Makefile	Sat Dec 14 20:57:41 2013	(r336486)
@@ -28,11 +28,13 @@ USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk30 introspection:build libxslt ltverhack
 USE_SQLITE=	yes
 USE_LDCONFIG=	yes
+USE_PYTHON_BUILD=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \
 		ZLIB_CFLAGS="-I/usr/include" \
 		ZLIB_LIBS="-L/usr/lib -lz" \
-		ac_cv_path_DOLT_BASH=""
+		ac_cv_path_DOLT_BASH="" \
+		PYTHON="${PYTHON_CMD}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-gtk=3.0 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312142057.rBEKvgVe049930>