diff options
Diffstat (limited to 'graphics/png2html/Makefile')
-rw-r--r-- | graphics/png2html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |