mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Switch to gnutls for encryption, openssl from base fails to connect
with Facebook chat servers recently [1] - Install striped binaries Reported by: Wojciech Scigala [1]
This commit is contained in:
parent
0632a01008
commit
28f813b7e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371481
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ekg2
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net-im
|
||||
MASTER_SITES= http://pl.ekg2.org/
|
||||
@ -12,6 +12,7 @@ MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= Text-mode Gadu-Gadu, Jabber, and IRC client
|
||||
|
||||
LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu \
|
||||
libgnutls.so:${PORTSDIR}/security/gnutls \
|
||||
libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -26,10 +27,10 @@ CONFIGURE_ARGS+= --enable-shared \
|
||||
--without-sqlite \
|
||||
--without-gpm-mouse \
|
||||
--with-libgadu \
|
||||
--without-libgnutls \
|
||||
--without-gif \
|
||||
--without-libjpeg \
|
||||
--without-libidn
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user