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 /emulators/mess | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) | |
download | ports-02e619a5d80d666372fdf370624b2d6c016de0d5.tar.gz ports-02e619a5d80d666372fdf370624b2d6c016de0d5.zip |
Notes
Diffstat (limited to 'emulators/mess')
-rw-r--r-- | emulators/mess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 32defec5fcda..61483b2e6ede 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -32,12 +32,12 @@ BUILTIN_DEBUGGER_DESC= Builtin debugger support NO_WRKSUBDIR= yes USE_ZIP= yes -USES= gmake pkgconfig shebangfix +USES= gmake pkgconfig shebangfix dos2unix SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \ src/emu/cpu/m6809/m6809make.py \ src/emu/cpu/mcs96/mcs96make.py \ src/emu/cpu/tms57002/tmsmake.py -USE_DOS2UNIX= src/osd/sdl/input.c \ +DOS2UNIX_FILES= src/osd/sdl/input.c \ src/osd/sdl/testkeys.c USE_XORG= xext xi xinerama xrender USE_GL= gl |