svn commit: r336486 - head/www/webkit-gtk3

William Grzybowski wg at FreeBSD.org
Sat Dec 14 20:57:42 UTC 2013


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 \


More information about the svn-ports-head mailing list