svn commit: r533919 - in head/graphics: gdtclft zimg

Dirk Meyer dinoex at FreeBSD.org
Mon May 4 11:18:45 UTC 2020


Author: dinoex
Date: Mon May  4 11:18:44 2020
New Revision: 533919
URL: https://svnweb.freebsd.org/changeset/ports/533919

Log:
  - direct depends on libpng

Modified:
  head/graphics/gdtclft/Makefile
  head/graphics/zimg/Makefile

Modified: head/graphics/gdtclft/Makefile
==============================================================================
--- head/graphics/gdtclft/Makefile	Mon May  4 11:17:03 2020	(r533918)
+++ head/graphics/gdtclft/Makefile	Mon May  4 11:18:44 2020	(r533919)
@@ -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 at 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
 

Modified: head/graphics/zimg/Makefile
==============================================================================
--- head/graphics/zimg/Makefile	Mon May  4 11:17:03 2020	(r533918)
+++ head/graphics/zimg/Makefile	Mon May  4 11:18:44 2020	(r533919)
@@ -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 at 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
 


More information about the svn-ports-head mailing list