If WITHOUT_MUTT_IDN is set, ignore any libidn.so that may be found.

Approved by: Udo.Schweigert@siemens.com
This commit is contained in:
David E. O'Brien 2008-05-04 02:39:25 +00:00
parent 0158af4c88
commit c2afd3309f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212570

View file

@ -314,7 +314,7 @@ LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
.if defined(WITH_MUTT_IMAP_HEADER_CACHE)
USE_BDB= 42+
.endif
.if exists(${LOCALBASE}/lib/libidn.so)
.if exists(${LOCALBASE}/lib/libidn.so) && !defined(WITHOUT_MUTT_IDN)
WITH_MUTT_IDN= yes
.endif
.if defined(WITH_MUTT_IDN)