diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 06:12:22 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 06:12:22 +0800 |
commit | 5d146ff4720de5d8d4d4d694d95f7c9610ca1629 (patch) | |
tree | 8d16cfa672f730a86108972d81b94f4386ed060b /mail/horde-turba | |
parent | ad22ef5b98216aef16cead73dee0d26743d67a88 (diff) | |
download | freebsd-ports-graphics-5d146ff4720de5d8d4d4d694d95f7c9610ca1629.tar.gz freebsd-ports-graphics-5d146ff4720de5d8d4d4d694d95f7c9610ca1629.tar.zst freebsd-ports-graphics-5d146ff4720de5d8d4d4d694d95f7c9610ca1629.zip |
Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...
Pointy hat to: kuriyama
Diffstat (limited to 'mail/horde-turba')
-rw-r--r-- | mail/horde-turba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 81028a575cf..5f055a74a0d 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-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 |