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