diff options
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r-- | net/gq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 04899b6742ac..f887575ef84c 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv .if defined(WITH_OPENLDAP1) LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 .endif .if !defined(WITHOUT_JPEGPHOTO) |