summaryrefslogtreecommitdiff
path: root/mail/cone
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-11-19 19:34:53 +0000
committerjlam <jlam@pkgsrc.org>2007-11-19 19:34:53 +0000
commit45beb2b80ab19868b9d7c089e77761fb54cc94d5 (patch)
tree6c40c081b550f25008eca21a55124f8067facca0 /mail/cone
parent6daf841974e28dde398201d56df1d2b12271b37d (diff)
downloadpkgsrc-45beb2b80ab19868b9d7c089e77761fb54cc94d5.tar.gz
Sort options.
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