diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-15 09:13:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-15 09:13:28 +0800 |
commit | bbdccad07f50fd1580b05eec4320b13141f15dc8 (patch) | |
tree | e2d9cd9cbfcf4e13b28a5ce3cf83cbe9670acb45 /emulators | |
parent | a355dc184df523360863eeb2879e99e2a3812574 (diff) | |
download | freebsd-ports-gnome-bbdccad07f50fd1580b05eec4320b13141f15dc8.tar.gz freebsd-ports-gnome-bbdccad07f50fd1580b05eec4320b13141f15dc8.tar.zst freebsd-ports-gnome-bbdccad07f50fd1580b05eec4320b13141f15dc8.zip |
BROKEN='MD5 checksum mismatch. Also xf25.zip has an "End-of-central-directory signature not found" when unzipping problem.'
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index aec184cb04d9..8a087f6892c9 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -3,7 +3,7 @@ # Date created: 29th April, 1997 # Whom: Joel Sutton <jsutton@webnet.com.au> # -# $Id: Makefile,v 1.4 1999/03/30 16:32:34 taoka Exp $ +# $Id: Makefile,v 1.5 1999/05/04 23:18:05 steve Exp $ # DISTNAME= Atari800-0.8.6 @@ -15,6 +15,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} MAINTAINER= jsutton@webnet.com.au +BROKEN='MD5 checksum mismatch. Also xf25.zip has an "End-of-central-directory signature not found" when unzipping problem.' + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .if defined(ATARI) && (${ATARI} == "freebsd-xview") LIB_DEPENDS= xview:${PORTSDIR}/x11-toolkits/xview |