Date: Thu, 12 Sep 2013 00:02:27 +0400 From: Boris Samorodov <bsam@passap.ru> To: Guido Falsi <madpilot@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r327007 - head/sysutils/testdisk Message-ID: <5230CC53.9070703@passap.ru> In-Reply-To: <201309111933.r8BJX23U084064@svn.freebsd.org> References: <201309111933.r8BJX23U084064@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
11.09.2013 23:33, Guido Falsi пишет: > Author: madpilot > Date: Wed Sep 11 19:33:01 2013 > New Revision: 327007 > URL: http://svnweb.freebsd.org/changeset/ports/327007 Thanks! I've missed this one. > Log: > Fix build on head after iconv change > > Approved by: portmgr (bapt, implicit) > > Modified: > head/sysutils/testdisk/Makefile (contents, props changed) > > Modified: head/sysutils/testdisk/Makefile > ============================================================================== > --- head/sysutils/testdisk/Makefile Wed Sep 11 19:32:19 2013 (r327006) > +++ head/sysutils/testdisk/Makefile Wed Sep 11 19:33:01 2013 (r327007) > @@ -39,7 +39,7 @@ PROGSREISERFS_DESC= Use reiserfs extensi > #.endif > > .if ${PORT_OPTIONS:MICONV} > -LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv > +USES= iconv > .else > CONFIGURE_ARGS+=--without-iconv > .endif -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5230CC53.9070703>