graphics/graphviz: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-06-22 11:06:45 +02:00
parent ee65090533
commit 24202978bc
1 changed files with 3 additions and 3 deletions

View File

@ -204,10 +204,10 @@ CONFIGURE_ARGS+= --without-libiconv-prefix
.if ${PORT_OPTIONS:MPERL} || ${PORT_OPTIONS:MPHP} || ${PORT_OPTIONS:MPYTHON} || \
${PORT_OPTIONS:MRUBY} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MTCL} || \
${PORT_OPTIONS:MGUILE} || ${PORT_OPTIONS:MGO}
BUILD_DEPENDS+= swig3.0:devel/swig30
RUN_DEPENDS+= swig3.0:devel/swig30
BUILD_DEPENDS+= swig:devel/swig
RUN_DEPENDS+= swig:devel/swig
CONFIGURE_ARGS+= --enable-swig
CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig3.0"
CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig"
.else
CONFIGURE_ARGS+= --disable-swig
CONFIGURE_ENV+= SWIG="/nonexistent"