diff options
Diffstat (limited to 'games/stratagus/Makefile')
-rw-r--r-- | games/stratagus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index 253d49ee4aaf..15929435064c 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -7,6 +7,7 @@ PORTNAME= stratagus PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF EXTRACT_SUFX= -src.tar.gz @@ -20,6 +21,7 @@ USE_GMAKE= yes USE_LUA= 5.0 USE_SDL= sdl USE_XLIB= yes +USE_GL= yes GNU_CONFIGURE= yes CFLAGS+= -I${LUA_INCDIR} CONFIGURE_ENV= LDFLAGS="-L${LUA_LIBDIR} -lm" |