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 /x11/wxGTK | |
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 'x11/wxGTK')
-rw-r--r-- | x11/wxGTK/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index d3ea97724ac..0a4b54f90bb 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:21 tron Exp $ # DISTNAME= wxGTK-2.2.3 @@ -12,7 +12,7 @@ COMMENT= GTK-based implementation of the wxWindows GUI library DEPENDS+= gtk+>=1.2.7:../../x11/gtk DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.3:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff>=3.5.2:../../graphics/tiff USE_GMAKE= # defined |