svn commit: r327007 - head/sysutils/testdisk

Boris Samorodov bsam at passap.ru
Wed Sep 11 20:02:30 UTC 2013


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


More information about the svn-ports-all mailing list