diff options
author | tron <tron> | 1999-03-04 14:59:23 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-04 14:59:23 +0000 |
commit | 09b4d0e51d164d904b0268513ba484f13d18e004 (patch) | |
tree | 2464be46646c44c85d311c06b9507c9523b7f353 /lang | |
parent | 81148f9fd115f2911023b21793f8e8852c4405ef (diff) | |
download | pkgsrc-09b4d0e51d164d904b0268513ba484f13d18e004.tar.gz |
Update dependence for "png" package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index f4b52beedc9..ce732001170 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/02/20 22:48:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/04 14:59:24 tron Exp $ # DISTNAME= kaffe-1.0.b3 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.transvirtual.com/kaffe.html DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-1.0.2:../../graphics/png +DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= giflib-3.0:../../graphics/giflib ONLY_FOR_ARCHS= arm32 i386 m68k mips* sparc |