From 8f7e848e60a6ad5bbcd4e1f294745641d157bfc2 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 4 Mar 2001 09:06:09 +0000 Subject: Because the minor number of the PNG library was increased packages compiled using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences. --- graphics/png2html/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'graphics/png2html') diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index d17be80dd89..24b405bc5da 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/04 09:06:14 tron Exp $ # DISTNAME= png2html-1.1 @@ -9,9 +9,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.engr.mun.ca/~holden/png2html.html COMMENT= Takes a PNG image and transforms it to a web page -DEPENDS+= png-1.*:../../graphics/png DEPENDS+= gd>=1.8.3:../../graphics/gd -DEPENDS+= jpeg>=6a:../../graphics/jpeg do-install: ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html -- cgit v1.2.3