aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-12-12 07:39:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-12-12 07:39:17 +0000
commit16bbf66d699f2c048e672932e84093d9ef9d383b (patch)
treee9582be358f4e59685f4eb9f2e9adc4ff8247f82 /net-im
parentdeec2edb79622d581b269173fc5e0cc50366cad0 (diff)
downloadports-16bbf66d699f2c048e672932e84093d9ef9d383b.tar.gz
ports-16bbf66d699f2c048e672932e84093d9ef9d383b.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-gabble/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
index f1942da3c2e0..466dd64d6fc6 100644
--- a/net-im/telepathy-gabble/Makefile
+++ b/net-im/telepathy-gabble/Makefile
@@ -24,6 +24,7 @@ BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
GNU_CONFIGURE= yes
+LDFLAGS= ${PTHREAD_LIBS}
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig glib20
USE_OPENSSL= yes
@@ -34,7 +35,7 @@ MAN8= telepathy-gabble.8
.include <bsd.port.pre.mk>
.if defined(WITH_OPENSSL_BASE)
-CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
+CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif
.include <bsd.port.post.mk>