diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-13 22:27:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-13 22:27:00 +0000 |
commit | 3d6c8c8ab08d23ecb3996ebbbf8363883c1d5e4d (patch) | |
tree | d589d381259eb12dbc5f96b9b443417ca732fb89 /net-im | |
parent | fee1be13a0fd83b75ceb3d7ffa7bb6a486798cb3 (diff) | |
download | ports-3d6c8c8ab08d23ecb3996ebbbf8363883c1d5e4d.tar.gz ports-3d6c8c8ab08d23ecb3996ebbbf8363883c1d5e4d.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabberd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 93fab0c20918..711cd9fb15f1 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ DISTNAME= ${PORTNAME}-2.0s3 DIST_SUBDIR= jabber -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kirk@strauser.com COMMENT= Online presence and instant messaging server -LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn GNU_CONFIGURE= yes USE_OPENSSL= yes |