pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/cone Sort options.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d449ad23372
branches: trunk
changeset: 535497:6d449ad23372
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Nov 19 19:34:53 2007 +0000
description:
Sort options.
diffstat:
mail/cone/options.mk | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 37672c3acbbd -r 6d449ad23372 mail/cone/options.mk
--- a/mail/cone/options.mk Mon Nov 19 14:59:40 2007 +0000
+++ b/mail/cone/options.mk Mon Nov 19 19:34:53 2007 +0000
@@ -7,16 +7,16 @@
# 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
Home |
Main Index |
Thread Index |
Old Index