mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin.
2: fix proxy binding problem. PR: ports/125854 [2], ports/126057 [1] Submitted by: Dheeraj Reddy <dheeraj at ece.gatech.edu> [1] Matthias Grimm <eisofen at eisofen.de>
This commit is contained in:
parent
4c12254058
commit
6315d0aa9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217805
@ -7,17 +7,18 @@
|
||||
|
||||
PORTNAME= irssi
|
||||
PORTVERSION= 0.8.12
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES?= irc
|
||||
MASTER_SITES= http://mirror.irssi.org/
|
||||
|
||||
MAINTAINER?= vanilla@FreeBSD.org
|
||||
COMMENT?= A modular IRC client with many features
|
||||
|
||||
LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20
|
||||
|
||||
CONFLICTS= irssi-devel-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
WANT_PERL= yes
|
||||
@ -62,8 +63,8 @@ PLIST_SUB+= WITH_PROXY="@comment "
|
||||
CONFIGURE_ARGS+= --with-socks
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_IPV6)
|
||||
CONFIGURE_ARGS+= --enable-ipv6
|
||||
.if defined(WITHOUT_IPV6)
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
CATEGORIES+= ipv6
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user