svn commit: r383136 - head/mail/mutt
Thomas Quinot
thomas at FreeBSD.org
Fri Apr 3 15:35:30 UTC 2015
Author: thomas (src committer)
Date: Fri Apr 3 15:35:29 2015
New Revision: 383136
URL: https://svnweb.freebsd.org/changeset/ports/383136
Log:
Add "translit" ARG to USES=iconv so that the full port still
uses GNU iconv (not the system iconv): users may rely on
being able to set charset=//TRANSLIT
PR: 197699
Differential Revision: D2218
Approved by: maintainer (Udo.Schweigert at siemens.com), portmgr (mat), roberto
Modified:
head/mail/mutt/Makefile
Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile Fri Apr 3 15:31:34 2015 (r383135)
+++ head/mail/mutt/Makefile Fri Apr 3 15:35:29 2015 (r383136)
@@ -240,7 +240,7 @@ CONFIGURE_ARGS+= --enable-locales-fix
.endif
.if ${PORT_OPTIONS:MICONV}
-USES+= iconv
+USES+= iconv:translit
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG}
.else
CONFIGURE_ARGS+= --disable-iconv
More information about the svn-ports-all
mailing list