diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-18 23:22:35 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-18 23:22:35 +0000 |
commit | 10009c7029517e320d71681f7e79b26599d10fcb (patch) | |
tree | 01702b1efd03bc6425c895cf36aedd70ef11eadf | |
parent | 2b468d5347ef2b093369bb1634fa8904c5bf2de3 (diff) | |
download | FreeBSD-ports-10009c7029517e320d71681f7e79b26599d10fcb.zip FreeBSD-ports-10009c7029517e320d71681f7e79b26599d10fcb.tar.gz |
Mark as broken: /usr/bin/tar: Unexpected EOF on archive file
Obtained from: bento.freebsd.org
-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 79dd063..f900fe0 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 |