diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 15:17:52 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 15:17:52 +0000 |
commit | 98eb0e7fa31fae97c7abd91be0993dca466946a8 (patch) | |
tree | b22a7719a9de23c8c4fc69ef0a7df6a45db89fa2 /net-im/jabberd | |
parent | 6f761ccfbd92f6abdfacc1c9fab28d9c2d8ebea7 (diff) | |
download | ports-98eb0e7fa31fae97c7abd91be0993dca466946a8.tar.gz ports-98eb0e7fa31fae97c7abd91be0993dca466946a8.zip |
Notes
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 97508a168528..fe7b2d597607 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -8,7 +8,8 @@ PORTNAME= jabberd PORTVERSION= 2.0.11 CATEGORIES= net-im -MASTER_SITES= http://files.jabberstudio.org/jabberd2/ +MASTER_SITES= http://jabberstudio.rediris.es/jabberd2/ \ + http://jabberstudio.2nw.net/jabberd2/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}s${PORTVERSION:E} DIST_SUBDIR= jabber @@ -17,8 +18,6 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn -BROKEN= Unfetchable - OPTIONS= POSTGRESQL "Use PostgreSQL for storage and authentication" off \ MYSQL "Use MySQL for storage and authentication" off \ LDAP "Use LDAP for authentication" off \ |