diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-28 22:23:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-28 22:23:58 +0000 |
commit | 21541f3051eadadedfbe205c4ffefb31c64160f6 (patch) | |
tree | 98a390cbb994b8b1f60e610c26e41970d6150e16 /www/arena | |
parent | The port that throws up on gtk is workplace, not windowmaker. (diff) |
Mark this port broken, hasn't compiled for a while because of png.
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 57a2f3672072..7a0bd1894aed 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1996/11/17 23:57:03 ache Exp $ +# $Id: Makefile,v 1.7 1998/03/28 20:10:26 ache Exp $ # DISTNAME= arena-CJK-beta3a @@ -16,6 +16,8 @@ MAINTAINER= ache@FreeBSD.ORG LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png +BROKEN= png upgrade + WRKSRC= ${WRKDIR}/WWW do-build: |