diff options
author | tron <tron> | 2001-03-04 09:06:09 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-04 09:06:09 +0000 |
commit | 8f7e848e60a6ad5bbcd4e1f294745641d157bfc2 (patch) | |
tree | 386a9cc302ef515d46074f8ce0f95786725af501 /graphics/png2html | |
parent | 1e8993c3eda2f7ea381913bdd35010b5f4c89662 (diff) | |
download | pkgsrc-8f7e848e60a6ad5bbcd4e1f294745641d157bfc2.tar.gz |
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.
Diffstat (limited to 'graphics/png2html')
-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 |