diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
commit | d1fac7b50d149f2bf015727a6a210b5d05776782 (patch) | |
tree | 6ed83418dcf67346df14dbfc83651f5197bee4d7 /www/arena | |
parent | 2ce05100c16e7a23ab775f3d6572871aed3d57bc (diff) | |
download | FreeBSD-ports-d1fac7b50d149f2bf015727a6a210b5d05776782.zip FreeBSD-ports-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.gz |
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
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 a9986c9..b907158 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.9 1998/04/15 22:17:49 jseger Exp $ +# $Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger 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\\.9\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png BROKEN= png upgrade |