Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 19:08:25 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327436 - head/mail/exim
Message-ID:  <201309161908.r8GJ8P9t054569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep 16 19:08:24 2013
New Revision: 327436
URL: http://svnweb.freebsd.org/changeset/ports/327436

Log:
  - Fix typo
  
  Submitted by:	ubique (via IRC)

Modified:
  head/mail/exim/Makefile

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Mon Sep 16 19:02:29 2013	(r327435)
+++ head/mail/exim/Makefile	Mon Sep 16 19:08:24 2013	(r327436)
@@ -233,7 +233,7 @@ SEDLIST+=	-e 's,XX_TCP_WRAPPERS_LIBS_XX,
 .endif
 
 .if ${PORT_OPTIONS:MICONV}
-USE+S=		iconv
+USES+=		iconv
 SEDLIST+=	-e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib ${ICONV_LIB},' \
 		-e 's,^\# (HAVE_ICONV=),\1,'
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161908.r8GJ8P9t054569>