summaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-05 18:47:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-05 18:47:53 +0000
commit4868cd59bdcd2105ef71632a9a344f60c52cb001 (patch)
treed29465f77bc990fcb0ae0328778aaac86f006ff5 /irc/irssi
parent- Update to 1.04 (diff)
Make WITH_PERL=yes the default, and bump PORTREVISION. Perl scripting is
one of the major features of irssi, and seems a reasonable default. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=97388
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 78fbb424e410..d27f31440bc1 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.9
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= irc
MASTER_SITES= http://irssi.org/files/
@@ -32,7 +32,7 @@ WITH_GLIB= 1
.endif
.if ! defined(WITH_PERL)
-WITH_PERL= no
+WITH_PERL= yes
.endif
.if ! defined(WITH_PROXY)
@@ -120,7 +120,7 @@ pre-extract:
@${ECHO} "You may use the following build options:"
@${ECHO} ""
@${ECHO} " WITH_GLIB=1|2 Select a GLib version to use [auto]"
- @${ECHO} " WITH_PERL=yes|no Enable Perl support [no]"
+ @${ECHO} " WITH_PERL=yes|no Enable Perl support [yes]"
@${ECHO} " WITH_PROXY=yes|no Enable irssi-proxy [no]"
@${ECHO} " WITH_SOCKS=yes|no Enable Socks support [no]"
@${ECHO} " WITH_IPV6=yes|no Enable IPv6 support [yes]"