diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/glest | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) |
Notes
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index ea332d5e99e3..7ce04cf17c35 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -17,11 +17,9 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data -USES= pkgconfig +USES= dos2unix openal:al,alut pkgconfig USE_AUTOTOOLS= automake:env autoconf:env USE_ZIP= yes -USE_OPENAL= al alut -USE_DOS2UNIX= yes USE_LUA= 5.1 USE_SDL= yes USE_GL= yes |