summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authortonio <tonio>2010-04-15 19:36:32 +0000
committertonio <tonio>2010-04-15 19:36:32 +0000
commit06b6dfa425f38d0093ee9365914375fa127c4e7c (patch)
tree79420738ad0c56df48cb7c2a4e74ecb6bd2f4fcc /mail/mutt-devel
parentec1033fd061fd908a00adfc3ec254bc922b4ff5f (diff)
downloadpkgsrc-06b6dfa425f38d0093ee9365914375fa127c4e7c.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.mk4
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
###