Index: graphics/png/Makefile =================================================================== --- graphics/png/Makefile +++ graphics/png/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cpe libtool tar:xz +USES= cpe lib32 libtool tar:xz CPE_PRODUCT= libpng GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig Index: print/freetype2/Makefile =================================================================== --- print/freetype2/Makefile +++ print/freetype2/Makefile @@ -22,7 +22,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/docs/GPLv2.TXT LICENSE_PERMS_FTL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cpe gmake libtool tar:bzip2 +USES= cpe gmake lib32 libtool tar:bzip2 MAKE_ENV= TOP="" USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -123,7 +123,7 @@ ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup) post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreetype.so.* + @${STRIP_CMD} ${STAGEDIR}${LIBDIR}/libfreetype.so.* post-install-DOCS-on: (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) Index: textproc/expat2/Makefile =================================================================== --- textproc/expat2/Makefile +++ textproc/expat2/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= libtool pathfix tar:bz2 +USES= lib32 libtool pathfix tar:bz2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: x11-fonts/fontconfig/Makefile =================================================================== --- x11-fonts/fontconfig/Makefile +++ x11-fonts/fontconfig/Makefile @@ -14,7 +14,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gperf tar:bzip2 +USES= gperf lib32 tar:bzip2 + +USE_LDCONFIG= yes .if !defined(REFERENCE_PORT)