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/xlife | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'games/xlife')
-rw-r--r-- | games/xlife/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile index f5e10f97c90d..be4b4e9c7c5b 100644 --- a/games/xlife/Makefile +++ b/games/xlife/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlife PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= xlife @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= John Horton Conway's Game of Life USE_IMAKE= yes +USE_XORG= x11 xext INSTALL_TARGET= install install.patterns MAN1= xlife.1 |