summaryrefslogtreecommitdiff
path: root/irc/irssi/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-11-26 08:02:37 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-11-26 08:02:37 +0000
commit468442c1fbe9ccdba422c83c76b8a218f9bd2206 (patch)
tree71ea9b2192dc0262cbf12a3cd727fbd0b01189e1 /irc/irssi/Makefile
parentwww/youtube_dl: update to 2020.11.26 (diff)
irc/irssi: Unbreak when PERL=OFF
In r556069 the port changed to build with meson. This requires perl to build regardles of the option PERL that allows perl scripts to be run in irssi. While here clarify pkg-message (sent by daniel.engberg.lists@pyret.net) PR: 251371 251360 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: m.bueker@berlin.de
Notes
Notes: svn path=/head/; revision=556320
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r--irc/irssi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 1814f50972cb..3e9574777271 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
# Until upstream makes a new release disable cpe
USES= gettext-runtime gnome meson localbase:ldflags ncurses \
- pkgconfig ssl
+ perl5 pkgconfig ssl
USE_GNOME= glib20
USE_LDCONFIG= yes
@@ -46,7 +46,6 @@ CAPSICUM_MESON_YES= with-capsicum
OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libotr.so:security/libotr
OTR_MESON_YES= with-otr
-PERL_USES= perl5
PERL_MESON_YES= with-perl
PROXY_MESON_YES= with-proxy
TRUECOLOR_MESON_YES= enable-true-color