Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 11:18:44 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533919 - in head/graphics: gdtclft zimg
Message-ID:  <202005041118.044BIip1009096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005041118.044BIip1009096>