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/kdelibs | |
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/kdelibs')
-rw-r--r-- | x11/kdelibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |