HomeFreeBSD

Fix build when gettext is installed

Description

Fix build when gettext is installed

When building, if gettext(1) is found, CMake generates rules to update the
cpp-hocon.pot translation file. However, the generated rules for ninja(1) are
broken and break the build.

Always rely on regular make(1) in order to avoid this situation.

Not bumping PORTREVISION since successfully built packages are not affected by
this change.

Reported by: marius.schuller@makandra.de (by mail to puppet@)

Details

Provenance
romainAuthored on
Parents
rP461787: Fix typo in 20180214 entry
Branches
Unknown
Tags
Unknown