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 | fa920d7d45e4c2b3e1a9510627de3296fbe60b98 (patch) | |
tree | 79420738ad0c56df48cb7c2a4e74ecb6bd2f4fcc /mail/mutt-devel | |
parent | 63c47ea10a48c3fe41e91a1274eec05313393b27 (diff) | |
download | pkgsrc-fa920d7d45e4c2b3e1a9510627de3296fbe60b98.tar.gz |
Correctly disable idn when option idn is not set.
Thanks spz for the note !
Diffstat (limited to 'mail/mutt-devel')
-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 ### |