summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-01-18 22:24:03 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-01-18 22:24:03 +0000
commit2e6399a8bd1beeb2f29cf8c651f27fe1e4e5803c (patch)
treee773d1b5b2a00d708ebdca7d2e1af526217051c6 /net-im
parentUpdate the codec negotiaion patch to the latest version. (diff)
Add libidn dependency with no option provide. There is no option to disable
and enable, which it's a auto-check in configure. The libidn is small. Bump the PORTREVISION. PR: ports/119437 Submitted by: Piotr Smyrak <smyru@heron.pl>
Notes
Notes: svn path=/head/; revision=205810
Diffstat (limited to 'net-im')
-rw-r--r--net-im/loudmouth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index d7f3932e62a4..f5f6f3412b06 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
${MASTER_SITE_GNOME}
@@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight Jabber client library
+LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn
+
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes