diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-01-05 18:47:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-01-05 18:47:53 +0000 |
commit | 4868cd59bdcd2105ef71632a9a344f60c52cb001 (patch) | |
tree | d29465f77bc990fcb0ae0328778aaac86f006ff5 /irc/irssi | |
parent | 24283818cf8d62e893e552a483cc38c2fc24bc9e (diff) | |
download | ports-4868cd59bdcd2105ef71632a9a344f60c52cb001.tar.gz ports-4868cd59bdcd2105ef71632a9a344f60c52cb001.zip |
Notes
Diffstat (limited to 'irc/irssi')
-rw-r--r-- | irc/irssi/Makefile | 6 |
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]" |