aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-11-24 12:33:00 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-11-24 12:33:00 +0000
commit4cc3f0f036dbb76b2b8057c528b3c6a41454ccfc (patch)
tree89da7ed56c60106fb476996ee37cf361def85d2a
parent7d73e895b497f8e484c0e9f7443d68dc1c9db510 (diff)
downloadports-4cc3f0f036dbb76b2b8057c528b3c6a41454ccfc.tar.gz
ports-4cc3f0f036dbb76b2b8057c528b3c6a41454ccfc.zip
irc/irssi: Add pkg-message
Building with meson and ninja requires to load perl in the configuration file. PR: 249910 Reported by: yuripv@yuripv.dev
Notes
Notes: svn path=/head/; revision=556156
-rw-r--r--irc/irssi/pkg-message5
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/irssi/pkg-message b/irc/irssi/pkg-message
new file mode 100644
index 000000000000..77fb1cc3391a
--- /dev/null
+++ b/irc/irssi/pkg-message
@@ -0,0 +1,5 @@
+You need to add:
+
+load perl
+
+to your ~/.irssi/startup file.