Index: head/graphics/gdtclft/Makefile =================================================================== --- head/graphics/gdtclft/Makefile (revision 533918) +++ head/graphics/gdtclft/Makefile (revision 533919) @@ -1,35 +1,36 @@ # Created by: Mikhail Teterin # $FreeBSD$ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics tcl MASTER_SITES= https://BSDforge.com/projects/source/graphics/gdtclft/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= TCL interface to the Thomas Boutell's Gd library -LIB_DEPENDS= libgd.so:graphics/gd +LIB_DEPENDS= libgd.so:graphics/gd \ + libpng.so:graphics/png USES= tcl uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \ TCL_SHLIB_VER=${TCL_SHLIB_VER} \ INSTALL_DATA="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}" MANNPAGE= gdtclft.n GDTCLDIR= lib/tcl${TCL_VER}/gdtclft PLIST_FILES= ${GDTCLDIR}/pkgIndex.tcl PLIST_FILES+= ${GDTCLDIR}/libGdtclft2.so PLIST_FILES+= man/mann/${MANNPAGE}.gz post-patch: ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE} post-install: ${INSTALL_MAN} ${WRKSRC}/${MANNPAGE} ${STAGEDIR}${PREFIX}/man/mann .include Index: head/graphics/zimg/Makefile =================================================================== --- head/graphics/zimg/Makefile (revision 533918) +++ head/graphics/zimg/Makefile (revision 533919) @@ -1,28 +1,29 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= zimg PORTVERSION= 5.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs -LIB_DEPENDS= libgd.so:graphics/gd +LIB_DEPENDS= libgd.so:graphics/gd \ + libpng.so:graphics/png CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ --with-dynaload-cflags="${CFLAGS} -shared" \ --with-gd-includes="${LOCALBASE}/include" \ --with-gd-lib="${LOCALBASE}/lib" PLIST_FILES= include/zimg.h bin/zimg \ man/man1/zimg.1.gz CFLAGS+= -DHAVE_GD_FREETYPE .include