summaryrefslogtreecommitdiff
path: root/mail/cone
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cone')
-rw-r--r--mail/cone/options.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/cone/options.mk b/mail/cone/options.mk
index c829fd08915..d9ea8bb004e 100644
--- a/mail/cone/options.mk
+++ b/mail/cone/options.mk
@@ -7,16 +7,16 @@ PKG_SUGGESTED_OPTIONS= aspell ldap
# Package-specific option-handling
###
-### LDAP addressbook support
-###
-.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap-client/buildlink3.mk"
-.endif
-
-###
### Aspell spell-check support
###
.if !empty(PKG_OPTIONS:Maspell)
. include "../../textproc/aspell/buildlink3.mk"
CONFIGURE_ARGS+= --with-spellcheck=aspell
.endif
+
+###
+### LDAP addressbook support
+###
+.if !empty(PKG_OPTIONS:Mldap)
+. include "../../databases/openldap-client/buildlink3.mk"
+.endif