diff options
author | petef <petef@FreeBSD.org> | 2004-01-06 02:47:53 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-01-06 02:47:53 +0800 |
commit | 074761d625b72ef5b9452d159a60bf3789528984 (patch) | |
tree | 0d81aa64275293a4c1bb815575af432a958cb2a2 /irc | |
parent | 15475e9b5057da15625a78c857ba16e8b68e6630 (diff) | |
download | freebsd-ports-gnome-074761d625b72ef5b9452d159a60bf3789528984.tar.gz freebsd-ports-gnome-074761d625b72ef5b9452d159a60bf3789528984.tar.zst freebsd-ports-gnome-074761d625b72ef5b9452d159a60bf3789528984.zip |
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
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-devel/Makefile | 6 | ||||
-rw-r--r-- | irc/irssi/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 78fbb424e410..d27f31440bc1 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/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]" 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]" |