diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-17 23:57:03 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-17 23:57:03 +0000 |
commit | 772fb7e370bf0253ee6942e5872bfce896443df7 (patch) | |
tree | d900f4c106149d161bf2d8dac17b0e05f7949439 /www/arena | |
parent | Upgrade to 3.2 (diff) |
Fix jpeg major
Notes
Notes:
svn path=/head/; revision=4558
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 769531a736ca..e1c1a6b06b62 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.4 1996/04/27 12:51:27 ache Exp $ +# $Id: Makefile,v 1.5 1996/11/16 02:15:49 ache Exp $ # DISTNAME= arena-CJK-beta3a @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/ MAINTAINER= ache@FreeBSD.ORG -LIB_DEPENDS+= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png\\.0\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/WWW |