mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
4cd40447e1
* 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
16 lines
508 B
Plaintext
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
|
|
}
|
|
]
|