diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
commit | 75d15b39560b2ee7ead452b35211d5c676c9b901 (patch) | |
tree | 5d22724cd03ead9ab0e8d216aa5e55917a6b3070 /www/arena | |
parent | 574f6deb06d89352dc7b54bd8408d268382f256a (diff) | |
download | freebsd-ports-75d15b39560b2ee7ead452b35211d5c676c9b901.zip |
upgrade png major
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 e1c1a6b06b62..57a2f3672072 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1996/11/16 02:15:49 ache Exp $ +# $Id: Makefile,v 1.6 1996/11/17 23:57:03 ache 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\\.7\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/WWW |