diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-22 09:32:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-22 09:32:18 +0000 |
commit | 26c40c61dd1d726913b4b92c5749d3561b40f140 (patch) | |
tree | 1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /graphics/clanlib | |
parent | 1ae709ff51fb04b43ea64c7120ae73bf58d442f7 (diff) | |
download | pkgsrc-26c40c61dd1d726913b4b92c5749d3561b40f140.tar.gz |
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Diffstat (limited to 'graphics/clanlib')
-rw-r--r-- | graphics/clanlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index c7fa6467a27..adb1ba375b4 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/04/02 22:15:48 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/05/22 09:32:20 wiz Exp $ DISTNAME= ClanLib-0.4.4 CATEGORIES= graphics games devel x11 @@ -9,7 +9,7 @@ HOMEPAGE= http://www.clanlib.org/ COMMENT= The ClanLib Game SDK DEPENDS+= Hermes>=1.3:../../graphics/hermes -DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png DEPENDS+= pth-*:../../devel/pth USE_X11BASE= yes |