summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormaya <maya>2017-03-16 11:41:19 +0000
committermaya <maya>2017-03-16 11:41:19 +0000
commit53fc20f675c3fe24d649e5389664ca07e48d2a69 (patch)
tree01f9b85c30984e414985feddde047aabcad476d3 /chat
parentda417b5f728d8f323bbd79e1f69a67717af57ba8 (diff)
downloadpkgsrc-53fc20f675c3fe24d649e5389664ca07e48d2a69.tar.gz
irssi: re-enable perl option, bump pkgrevision.
I'm not sure what I did differently before that it wasn't building.
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile3
-rw-r--r--chat/irssi/options.mk6
2 files changed, 5 insertions, 4 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index c4cbd16f59c..76c266aaf6d 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2017/03/12 06:35:08 maya Exp $
+# $NetBSD: Makefile,v 1.78 2017/03/16 11:41:19 maya Exp $
DISTNAME= ${IRSSI_DISTNAME}
CATEGORIES= chat
+PKGREVISION= 1
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
MAINTAINER= maya@NetBSD.org
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index b02c15b4e98..1ee6afa9f9b 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.14 2017/03/12 06:35:08 maya Exp $
+# $NetBSD: options.mk,v 1.15 2017/03/16 11:41:19 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS= inet6 ssl #perl
-PKG_SUGGESTED_OPTIONS= inet6 ssl
+PKG_SUPPORTED_OPTIONS= inet6 ssl perl
+PKG_SUGGESTED_OPTIONS= inet6 ssl perl
PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl
.include "../../mk/bsd.options.mk"