summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2007-11-19 19:34:53 +0000
committerjlam <jlam>2007-11-19 19:34:53 +0000
commit1a3a78cc4f302c32b712b33f02da05d9d89aa9bf (patch)
tree6c40c081b550f25008eca21a55124f8067facca0
parent2b337a13b10eebf79f8f5c2ed6e2e7551e453487 (diff)
downloadpkgsrc-1a3a78cc4f302c32b712b33f02da05d9d89aa9bf.tar.gz
Sort options.
-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