diff options
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 8c20277ae688..5641f943a8be 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -34,8 +34,10 @@ PLIST_SUB= VERSION="1.0" EVO_VERSION="1.0" .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-openldap=yes +PLIST_SUB+= LDAP="" .else CONFIGURE_ARGS+=--with-openldap=no +PLIST_SUB+= LDAP="@comment " .endif pre-everything:: |