diff options
author | pawel <pawel@FreeBSD.org> | 2014-10-25 20:43:25 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-10-25 20:43:25 +0800 |
commit | caba82303cd98900b4f480790f40477c0ef4d002 (patch) | |
tree | 6c877ce73f776d799b17491f40009ea67c1b14dc /polish/ekg2 | |
parent | 9da83411a9e3a66d644ee5abff272fd5395fa492 (diff) | |
download | freebsd-ports-gnome-caba82303cd98900b4f480790f40477c0ef4d002.tar.gz freebsd-ports-gnome-caba82303cd98900b4f480790f40477c0ef4d002.tar.zst freebsd-ports-gnome-caba82303cd98900b4f480790f40477c0ef4d002.zip |
- 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]
Diffstat (limited to 'polish/ekg2')
-rw-r--r-- | polish/ekg2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 26389196ec0e..bf781964d06e 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -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 |