diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
commit | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (patch) | |
tree | 046589911dd65a013b01d27383fe064c31f921d9 /mail/turba | |
parent | dd1e0961ec504a3d6b1c5f9f4a4171569ba574cc (diff) | |
download | ports-7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a.tar.gz ports-7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a.zip |
Notes
Diffstat (limited to 'mail/turba')
-rw-r--r-- | mail/turba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 81028a575cf1..5f055a74a0de 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -7,7 +7,7 @@ PORTNAME= turba PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ ftp://ftp.au.horde.org/pub/horde/turba/ \ @@ -30,7 +30,7 @@ COMMENT= The Horde contact management application .if exists(${LOCALBASE}/lib/libldap.so.1) LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client .endif .endif |