diff options
-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 |