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/glest | |
parent | 35d8b48dff5490ff5d7232109c287da637b58811 (diff) |
Notes
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index c7cda97960fd..3788c937bfdf 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data -USES= dos2unix openal:al,alut pkgconfig zip:infozip +USES= dos2unix openal:al,alut pkgconfig zip:infozip lua:51 USE_AUTOTOOLS= automake:env autoconf:env -USE_LUA= 5.1 USE_SDL= yes USE_GL= yes GNU_CONFIGURE= yes |