diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-05 09:59:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-05 09:59:27 +0800 |
commit | cee22ac1f3b5b4edd5b0556aadeb1d4b9ed98486 (patch) | |
tree | b6de545dd2787d0ed970fdbec337d3d9cf9c2733 /games/xmris/Makefile | |
parent | efc278cea241cae87ff77ec82f41f76ca082fa07 (diff) | |
download | freebsd-ports-graphics-cee22ac1f3b5b4edd5b0556aadeb1d4b9ed98486.tar.gz freebsd-ports-graphics-cee22ac1f3b5b4edd5b0556aadeb1d4b9ed98486.tar.zst freebsd-ports-graphics-cee22ac1f3b5b4edd5b0556aadeb1d4b9ed98486.zip |
- Mark BROKEN: fails to run:
X Error: BadName (named color or font does not exist)
Diffstat (limited to 'games/xmris/Makefile')
-rw-r--r-- | games/xmris/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index ab75eff3b36..538182de0ec 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Version of the Mr Do video arcade game for X11 +BROKEN= fails to run + USES= imake tar:tgz USE_XORG= x11 xext xaw xmu xt sm ice MAKE_ARGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults |