diff options
author | tron <tron@pkgsrc.org> | 2001-03-04 09:06:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-04 09:06:09 +0000 |
commit | 5382bbe7c67dbe1f0203eb7972f8996ac6a8ec54 (patch) | |
tree | 386a9cc302ef515d46074f8ce0f95786725af501 /x11 | |
parent | 840e7daa52040edd69f0bc405a9794291130b392 (diff) | |
download | pkgsrc-5382bbe7c67dbe1f0203eb7972f8996ac6a8ec54.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')
-rw-r--r-- | x11/XmHTML/Makefile | 4 | ||||
-rw-r--r-- | x11/ebuilder/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/qtarch/Makefile | 4 | ||||
-rw-r--r-- | x11/wxGTK/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 99f6e37b9e0..d58a5aa026e 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/17 17:06:14 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/03/04 09:06:20 tron Exp $ # DISTNAME= XmHTML-1.1.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ COMMENT= Motif Widget capable of displaying HTML 3.2 conforming text DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_X11= YES USE_XPM= YES diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile index 4c8c9f13456..5d2e625ca67 100644 --- a/x11/ebuilder/Makefile +++ b/x11/ebuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:06:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/04 09:06:20 tron Exp $ # DISTNAME= ebuilder-0.56d @@ -11,7 +11,7 @@ HOMEPAGE= http://web.inter.nl.net/users/eavdmeer/index.html COMMENT= GUI builder for the Qt library DEPENDS+= qt2-libs-*:../../x11/qt2-libs -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_X11= yes USE_GMAKE= yes diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 6e8cdddf60c..e0736406e82 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2001/02/17 17:06:33 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2001/03/04 09:06:21 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.kde.org/ COMMENT= Support libraries for the KDE integrated X11 desktop DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= qt1-1.44:../../x11/qt1 DEPENDS+= tiff-*:../../graphics/tiff diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile index b0b45de7d74..eb166e02219 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:06:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/04 09:06:21 tron Exp $ # USE_MESA= yes @@ -8,7 +8,7 @@ PKGNAME= qt2-libs-${QTVERSION} COMMENT= C++ X GUI toolkit -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= jpeg-*:../../graphics/jpeg CONFIGURE_ENV+= QTDIR=${WRKSRC} diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index d6736200acd..063f89e8eec 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/25 04:18:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/04 09:06:21 tron Exp $ # DISTNAME= qtarch-2.1-1 @@ -12,7 +12,7 @@ HOMEPAGE= http://qtarch.sourceforge.net/ COMMENT= Graphical dialog editor for the Qt widget set DEPENDS+= qt2-libs-*:../../x11/qt2-libs -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_X11= yes USE_GMAKE= yes 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 |