diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-05 01:59:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-05 01:59:27 +0000 |
commit | 1d4c039379044d1f141e35c2b4e85fac3f58062f (patch) | |
tree | b6de545dd2787d0ed970fdbec337d3d9cf9c2733 /games/xmris | |
parent | c471b0042a134df1ccacd3e20369a20aa50d76b7 (diff) |
Notes
Diffstat (limited to 'games/xmris')
-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 ab75eff3b36c..538182de0ecf 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 |