summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2007-11-19 19:34:53 +0000
committerjlam <jlam>2007-11-19 19:34:53 +0000
commit60df7b55cee317624724e3d7581662a5658a4262 (patch)
tree6c40c081b550f25008eca21a55124f8067facca0 /mail
parent8a24faa339102ccb2a573ef033d4951702e8eca1 (diff)
downloadpkgsrc-60df7b55cee317624724e3d7581662a5658a4262.tar.gz
Sort options.
Diffstat (limited to 'mail')
-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