mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1: Fix COMMENT.
2: add libtool to USES. PR: ports/190411 Submitted by: ports at robakdesign.com
This commit is contained in:
parent
09df91b178
commit
8b353dbc8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356358
@ -2,18 +2,18 @@
|
||||
|
||||
PORTNAME= irssi
|
||||
PORTVERSION= 0.8.16
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= irc
|
||||
MASTER_SITES= http://mirror.irssi.org/
|
||||
|
||||
MAINTAINER?= vanilla@FreeBSD.org
|
||||
COMMENT?= A modular IRC client with many features
|
||||
COMMENT?= Modular IRC client with many features
|
||||
|
||||
LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20
|
||||
|
||||
CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]*
|
||||
|
||||
USES= pkgconfig ncurses gmake tar:bzip2
|
||||
USES= pkgconfig ncurses gmake tar:bzip2 libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ncurses=${NCURSESBASE}
|
||||
|
||||
|
@ -114,7 +114,6 @@ include/irssi/src/irc/notifylist/notifylist.h
|
||||
include/irssi/src/lib-config/iconfig.h
|
||||
include/irssi/src/lib-config/module.h
|
||||
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.a
|
||||
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.la
|
||||
%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi.pm
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/Irc.pm
|
||||
|
Loading…
Reference in New Issue
Block a user