aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/anki/Makefile1
-rw-r--r--games/anki/pkg-message15
2 files changed, 16 insertions, 0 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile
index e5ef44da3a61..02876e6cec4d 100644
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -3,6 +3,7 @@
PORTNAME= anki
DISTVERSION= 2.1.15
+PORTREVISION= 1
CATEGORIES= games python
MASTER_SITES= https://apps.ankiweb.net/downloads/current/
DISTNAME= anki-${PORTVERSION}-source
diff --git a/games/anki/pkg-message b/games/anki/pkg-message
new file mode 100644
index 000000000000..b3a81192bc77
--- /dev/null
+++ b/games/anki/pkg-message
@@ -0,0 +1,15 @@
+[
+{ 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
+}
+]