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 /www/Mosaic | |
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 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index f32aef9caeb..fdfd6eee430 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/02/25 04:18:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.25 2001/03/04 09:06:19 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/ COMMENT= World Wide Web browser DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png NOT_FOR_PLATFORM= *-*-alpha #LP64 problems |