summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-26 22:16:57 +0000
committerwiz <wiz>2017-02-26 22:16:57 +0000
commitf9c15fad7355e1e1bcd42934d0006d332a82631e (patch)
treee61f738f90470669dbbcdf7b3f79ad4789931fe9 /chat
parente6410f5e08ca452ca136c1adea2b43b0fb3593e1 (diff)
downloadpkgsrc-f9c15fad7355e1e1bcd42934d0006d332a82631e.tar.gz
Enable perl option by default.
This needs glib2 to run, and glib2 depends on perl, so no reason not to support perl scripting here. Requested by Dominik Bialy in PR 52008. Bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile3
-rw-r--r--chat/irssi/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index f689f58da09..261c2abeb4a 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2017/01/05 15:46:10 maya Exp $
+# $NetBSD: Makefile,v 1.76 2017/02/26 22:16:57 wiz Exp $
DISTNAME= ${IRSSI_DISTNAME}
+PKGREVISION= 1
CATEGORIES= chat
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index 568bc9b4b8b..3b9d452fe5a 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2016/08/14 21:10:35 maya Exp $
+# $NetBSD: options.mk,v 1.13 2017/02/26 22:16:57 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
PKG_SUPPORTED_OPTIONS= inet6 perl ssl
-PKG_SUGGESTED_OPTIONS= inet6 ssl
+PKG_SUGGESTED_OPTIONS= inet6 perl ssl
PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl
.include "../../mk/bsd.options.mk"