summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-05 16:37:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-05 16:37:17 +0800
commite89eed1b1e140d527e1c50b1d2d97b55888e75fb (patch)
treea5958893d957a03223ca3c3b3298f8e1b6cb6a3a /net-im/telepathy-gabble
parent029d939f87ae81da7d15c6e51658188e2c518a6b (diff)
downloadmarcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.tar
marcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.tar.gz
marcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.tar.bz2
marcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.tar.lz
marcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.tar.xz
marcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.tar.zst
marcuscom-ports-e89eed1b1e140d527e1c50b1d2d97b55888e75fb.zip
Some small tweaks.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18511 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r--net-im/telepathy-gabble/Makefile3
-rw-r--r--net-im/telepathy-gabble/pkg-descr3
2 files changed, 1 insertions, 5 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
index 17330631a..109b7571d 100644
--- a/net-im/telepathy-gabble/Makefile
+++ b/net-im/telepathy-gabble/Makefile
@@ -1,4 +1,3 @@
-# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 17271 2013-04-01 15:16:27Z kwm $
@@ -23,7 +22,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ro
PORTSCOUT= limitw:1,even
GNU_CONFIGURE= yes
-LDFLAGS+= -pthread
USE_GMAKE= yes
USES= pathfix pkgconfig
USE_GNOME= glib20 libxslt:build
@@ -31,6 +29,7 @@ USE_SQLITE= yes
USE_OPENSSL= yes
USE_PYTHON_BUILD= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
+CONFIGURE_ENV= LIBS="-pthread"
MAN8= telepathy-gabble.8
diff --git a/net-im/telepathy-gabble/pkg-descr b/net-im/telepathy-gabble/pkg-descr
index 730ea4f1c..d21f6defe 100644
--- a/net-im/telepathy-gabble/pkg-descr
+++ b/net-im/telepathy-gabble/pkg-descr
@@ -4,6 +4,3 @@ calls. Install this package to use Telepathy instant messaging clients
with Jabber/XMPP servers, including Google Talk.
WWW: http://telepathy.freedesktop.org/
-
-- Florent Thoumie
-flz@FreeBSD.org