diff options
author | tonio <tonio@pkgsrc.org> | 2010-04-15 19:36:32 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2010-04-15 19:36:32 +0000 |
commit | bf2a262aabbed9ab9b714643aaaa16e34e072273 (patch) | |
tree | 79420738ad0c56df48cb7c2a4e74ecb6bd2f4fcc /mail/mutt-devel/options.mk | |
parent | e327f581f31f1ee7c0dc1566875dab53c8a79cdc (diff) | |
download | pkgsrc-bf2a262aabbed9ab9b714643aaaa16e34e072273.tar.gz |
Correctly disable idn when option idn is not set.
Thanks spz for the note !
Diffstat (limited to 'mail/mutt-devel/options.mk')
-rw-r--r-- | mail/mutt-devel/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index f1f819b4eef..9418b0dd989 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.38 2010/02/25 18:48:01 drochner Exp $ +# $NetBSD: options.mk,v 1.39 2010/04/15 19:36:32 tonio Exp $ # Global and legacy options @@ -146,7 +146,7 @@ PATCH_DIST_STRIP= -p1 . include "../../devel/libidn/buildlink3.mk" CONFIGURE_ARGS+= --with-idn=${BUILDLINK_PREFIX.libidn} .else -CONFIGURE_ARGS+= --disable-idn +CONFIGURE_ARGS+= --with-idn=no .endif ### |