diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /games/holotz-castle | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'games/holotz-castle')
-rw-r--r-- | games/holotz-castle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index f640b4a244b7..02649616eaf2 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -7,6 +7,7 @@ PORTNAME= holotz-castle PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.mainreactor.net/holotzcastle/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,6 +17,7 @@ COMMENT= A platform game with high doses of mystery MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ +USE_GL= gl USE_SDL= image mixer sdl ttf USE_X_PREFIX= yes USE_GMAKE= yes |