diff options
-rw-r--r-- | graphics/gdtclft/Makefile | 5 | ||||
-rw-r--r-- | graphics/zimg/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 0aef63059716..e9bd3e827bfe 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -3,7 +3,7 @@ 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} @@ -11,7 +11,8 @@ 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 diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index bdd87dbb4400..8b51bef3ed2d 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -3,14 +3,15 @@ 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 |