diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /games/xmris | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'games/xmris')
-rw-r--r-- | games/xmris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index f8002547fd5e..4d2bbcaa7508 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmris PORTVERSION= 4.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A version of the Mr Do video arcade game for X11 USE_IMAKE= yes +USE_XORG= x11 xext xaw xmu xt sm ice MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f ALL_TARGET= xmris xmred MAN6= xmred.6 xmris.6 xmsit.6 |