diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-26 16:57:09 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-26 16:57:09 +0000 |
commit | f86cebea4a99c4b687c317297616108b3a326f00 (patch) | |
tree | 0157768210518c656cfde8e1464f0e5b1299cdd0 /irc/irssi/Makefile | |
parent | Add the NO_GUI knob for those who want a hugely-featured Vim, but don't (diff) |
Fix perl module's path, and bump version.
Notes
Notes:
svn path=/head/; revision=41925
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r-- | irc/irssi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 850647e69c29..60ee1948bbca 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -7,20 +7,18 @@ PORTNAME= irssi PORTVERSION= 0.7.98.3 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://irssi.org/files/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext - USE_BZIP2= yes USE_PERL5= yes USE_GLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \ --enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} - CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" .include <bsd.port.pre.mk> |