diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /games/odamex | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) | |
download | ports-02e619a5d80d666372fdf370624b2d6c016de0d5.tar.gz ports-02e619a5d80d666372fdf370624b2d6c016de0d5.zip |
Notes
Diffstat (limited to 'games/odamex')
-rw-r--r-- | games/odamex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/odamex/Makefile b/games/odamex/Makefile index ad4248cb806d..cdfbc660e8a5 100644 --- a/games/odamex/Makefile +++ b/games/odamex/Makefile @@ -12,8 +12,8 @@ COMMENT= Standard in Online Multiplayer Doom USE_BZIP2= yes USE_SDL= sdl mixer -USES= cmake -USE_DOS2UNIX= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp +USES= cmake dos2unix +DOS2UNIX_FILES= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp OPTIONS_DEFINE= LAUNCHER |