diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | bf949ff3db58a62b42d076950b561228c71c0238 (patch) | |
tree | 71ab6a9c20a9b49e40a4412121c246c45916a81f /www/arena | |
parent | 4a255760a8bf48becbeecc6bee7481e3971f1a1c (diff) | |
download | FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.zip FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.tar.gz |
Bump png's major number to 3.
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 6425add..1922767 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.12 1998/09/15 11:57:48 asami Exp $ +# $Id: Makefile,v 1.13 1998/09/17 00:50:50 asami Exp $ # DISTNAME= arena-CJK-beta3a @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/ MAINTAINER= ache@FreeBSD.ORG LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png BROKEN= png upgrade |