www/webkit-gtk3: fix usage of python
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
This commit is contained in:
parent
83896c9ec7
commit
36bb6bfb52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336486
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue