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/megaglest | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) |
Notes
Diffstat (limited to 'games/megaglest')
-rw-r--r-- | games/megaglest/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 3c0b29c11877..ecb39ba352ae 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -23,11 +23,9 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSD SUB_FILES= pkg-message USE_XZ= yes -USES= cmake pkgconfig -USE_DOS2UNIX= yes +USES= cmake dos2unix openal:al,alut pkgconfig USE_GL= glew gl glu USE_LUA= 5.1 -USE_OPENAL= al alut USE_SDL= yes USE_WX= 2.8+ |