1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/games/anki/pkg-message
Kai Knoblich 4cd40447e1 games/anki: Add pkg-message with installation instructions
* Improve the user experience by adding a pkg-message which gives some
  advice that audio/lame needs to be installed manually afterwards when
  installing from the official FreeBSD package repositories.

* Bump PORTREVISION to include the pkg-message.

PR:		242528
Submitted by:	PauAmma <pauamma@gundo.com> (based on)
MFH:		2019Q4
2019-12-11 19:26:19 +00:00

16 lines
508 B
Plaintext

[
{ type: install
message: <<EOM
If games/anki was installed from the official FreeBSD package repository, an
additional step is required to complete the installation.
This is because the audio/lame port, which is also required by Anki, cannot be
provided as a package due to an unclear legal situation about its distribution
in binary form.
To finish the installation, install audio/lame from either ports or a local
package repository and set it afterwards as automatic via "pkg set -A1 lame".
EOM
}
]