Skip to content

Commit

Permalink
Sort options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlam committed Nov 19, 2007
1 parent 4b63e05 commit 78adfd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mail/cone/options.mk
Expand Up @@ -6,17 +6,17 @@ 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

0 comments on commit 78adfd6

Please sign in to comment.