diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-18 23:22:35 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-18 23:22:35 +0000 |
commit | 4d83758fd5a8205112081c6ad59cc5fba7e56b2d (patch) | |
tree | f114870566f9f8c6f8ac4aa94e45a7edca3a7750 /games/xscrabble | |
parent | fix so it isn't BROKEN (diff) |
Mark as broken: /usr/bin/tar: Unexpected EOF on archive file
Obtained from: bento.freebsd.org
Notes
Notes:
svn path=/head/; revision=17983
Diffstat (limited to 'games/xscrabble')
-rw-r--r-- | games/xscrabble/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 79dd063914f1..f900fe0475d8 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -3,7 +3,7 @@ # Date created: 27 July 1997 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/09/17 00:32:39 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/28 02:29:43 steve Exp $ # DISTNAME= xscrabble @@ -15,6 +15,8 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +BROKEN= "/usr/bin/tar: Unexpected EOF on archive file" + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |