editors/ted: Fix build
Update MASTER_SITES, LIB_DEPENDS, USES and USE_XORG.
Remove the REINPLACE_CMD related to iconv.
Switch freetype-config to pkg-config to fix build.
ld: error: undefined symbol: FT_New_Face
referenced by appFontConfig.c
appFontConfig.o:(appFcGetFontMetrics) in archive ../lib/appFrame.a
ld: error: undefined symbol: FT_Get_Postscript_Name
referenced by appFontConfig.c
appFontConfig.o:(appFcGetFontMetrics) in archive ../lib/appFrame.a
PR: 291942
Approved by: osa (mentor)