diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-08-04 22:52:02 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-08-04 22:52:02 +0000 |
commit | 5aa7246575084f0aefcffe71d7305d0b36b2ed33 (patch) | |
tree | a3b9f3e6c4e41379a4ad771026302ecf0ad0ae1b /games/cultivation/Makefile | |
parent | 2d4609c1309d60a953f0d9a6be96d373ca6ccfc6 (diff) | |
download | ports-5aa7246575084f0aefcffe71d7305d0b36b2ed33.tar.gz ports-5aa7246575084f0aefcffe71d7305d0b36b2ed33.zip |
Notes
Diffstat (limited to 'games/cultivation/Makefile')
-rw-r--r-- | games/cultivation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cultivation/Makefile b/games/cultivation/Makefile index ccbe21c8d915..4aee3585bdae 100644 --- a/games/cultivation/Makefile +++ b/games/cultivation/Makefile @@ -7,7 +7,7 @@ PORTNAME= cultivation PORTVERSION= 8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= Cultivation_${PORTVERSION}_UnixSource @@ -17,6 +17,7 @@ COMMENT= Unique game of conflict and cooperation in a gardening community LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio +USE_XORG= x11 xi xext xmu USE_GL= glut USE_GMAKE= yes |