diff options
author | jlam <jlam@pkgsrc.org> | 2007-11-19 19:34:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-11-19 19:34:53 +0000 |
commit | 2f5171531f9e9fa9b2ef40f1902f8fc19f0005c6 (patch) | |
tree | 6c40c081b550f25008eca21a55124f8067facca0 /mail | |
parent | d19c106c8f752a39cdefcc4f48ab3bbd1b1634fd (diff) | |
download | pkgsrc-2f5171531f9e9fa9b2ef40f1902f8fc19f0005c6.tar.gz |
Sort options.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cone/options.mk | 14 |
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 |