diff options
author | wiz <wiz> | 2001-05-22 09:32:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-22 09:32:18 +0000 |
commit | 2d0bc71d62d0a950fd5dac8432fe6b67c45228c2 (patch) | |
tree | 1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /x11 | |
parent | 1c7d6b8bd5b706359bc20720ac0c4579669989c3 (diff) | |
download | pkgsrc-2d0bc71d62d0a950fd5dac8432fe6b67c45228c2.tar.gz |
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XmHTML/Makefile | 4 | ||||
-rw-r--r-- | x11/ebuilder/Makefile | 4 | ||||
-rw-r--r-- | x11/fox/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 |
7 files changed, 14 insertions, 14 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 06b92dc5cd4..297459ff9e8 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/03/31 11:14:31 zuntum Exp $ +# $NetBSD: Makefile,v 1.21 2001/05/22 09:32:27 wiz 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.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png USE_X11= YES USE_XPM= YES diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile index 5d2e625ca67..776443449ee 100644 --- a/x11/ebuilder/Makefile +++ b/x11/ebuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/04 09:06:20 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:27 wiz 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>1.0.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png USE_X11= yes USE_GMAKE= yes diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 8a292d5fd4e..f994c1b7def 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/18 20:00:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/22 09:32:27 wiz Exp $ # FreeBSD Id: ports/x11-toolkits/fox/Makefile,v 1.14 2001/02/23 19:00:05 knu Exp DISTNAME= fox-0.99.167 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.cfdrc.com/FOX/fox.html COMMENT= Fast and extensive C++ GUI toolkit DEPENDS+= jpeg-*:../../graphics/jpeg -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png .if !defined(USE_XUNICODE) || ${USE_XUNICODE} == "YES" diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index e0736406e82..557417918dd 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2001/03/04 09:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.58 2001/05/22 09:32:28 wiz 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.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../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 97fe8c314e6..3faef530411 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/07 10:47:13 skrll Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/22 09:32:28 wiz Exp $ # USE_MESA= yes @@ -8,7 +8,7 @@ PKGNAME= qt2-libs-${QTVERSION} COMMENT= C++ X GUI toolkit -DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png DEPENDS+= mng-1.0.0:../../graphics/mng DEPENDS+= jpeg-*:../../graphics/jpeg diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index 063f89e8eec..612c34fa986 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/03/04 09:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/05/22 09:32:28 wiz 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>1.0.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png USE_X11= yes USE_GMAKE= yes diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index 0a4b54f90bb..08b7cb51576 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/04 09:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:29 wiz 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.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png DEPENDS+= tiff>=3.5.2:../../graphics/tiff USE_GMAKE= # defined |