diff options
author | mezz <mezz@FreeBSD.org> | 2008-01-19 06:24:03 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-01-19 06:24:03 +0800 |
commit | 217b526f5887a591d0c3fa41728e2efe57952086 (patch) | |
tree | 5275f3b255860dda5a46acce40bc49b9fc1bd1be /net-im | |
parent | c33bceb533d13f41cb322993fe3f78cb9aa05405 (diff) | |
download | freebsd-ports-gnome-217b526f5887a591d0c3fa41728e2efe57952086.tar.gz freebsd-ports-gnome-217b526f5887a591d0c3fa41728e2efe57952086.tar.zst freebsd-ports-gnome-217b526f5887a591d0c3fa41728e2efe57952086.zip |
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>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/loudmouth/Makefile | 4 |
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 |