MFH: r475280

Put the git dependency in the right place. Now chromedriver needs git dependency at build time.

Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package.

Reported by:	Claude Buisson <clbuisson@orange.fr>

Approved by:	ports-secteam (blanket)
This commit is contained in:
Carlos J. Puga Medina 2018-07-24 23:17:08 +00:00
parent f031da51ee
commit cefb018c00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=475281

View File

@ -18,8 +18,7 @@ BUILD_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
.if !defined(GN_ONLY)
BUILD_DEPENDS+= git:devel/git \
gperf:devel/gperf \
BUILD_DEPENDS+= gperf:devel/gperf \
yasm:devel/yasm \
ffmpeg>=3.2.2,1:multimedia/ffmpeg \
flock:sysutils/flock \
@ -176,6 +175,7 @@ DEBUG_VARS_OFF= BUILDTYPE=Release \
GN_ARGS+=remove_webcore_debug_symbols=true \
WANTSPACE="a fair amount of free disk space (~ 5.8GB)"
DRIVER_BUILD_DEPENDS= git:devel/git
DRIVER_MAKE_ARGS= chromedriver
KERBEROS_VARS= GN_ARGS+=use_kerberos=true