diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
commit | e836ab008ac38916a93472f2840e03e2e8470ef5 (patch) | |
tree | 1485083919fd5b153bf056ea17ac895ea758a8a9 /games/boswars | |
parent | 35d8b48dff5490ff5d7232109c287da637b58811 (diff) | |
download | ports-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz ports-e836ab008ac38916a93472f2840e03e2e8470ef5.zip |
Notes
Diffstat (limited to 'games/boswars')
-rw-r--r-- | games/boswars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile index a451321193ad..04270cc03133 100644 --- a/games/boswars/Makefile +++ b/games/boswars/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ theora:${PORTSDIR}/multimedia/libtheora \ vorbis:${PORTSDIR}/audio/libvorbis -USE_LUA= 5.1 +USES= lua:51 USE_SDL= sdl USE_GL= yes USE_SCONS= yes |