? irssi-perl.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/irc/irssi/Makefile,v retrieving revision 1.75 diff -u -u -r1.75 Makefile --- Makefile 15 Dec 2003 04:12:40 -0000 1.75 +++ Makefile 4 Jan 2004 23:00:41 -0000 @@ -32,7 +32,7 @@ .endif .if ! defined(WITH_PERL) -WITH_PERL= no +WITH_PERL= yes .endif .if ! defined(WITH_PROXY) @@ -120,7 +120,7 @@ @${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]"