diff options
Diffstat (limited to 'games/xevil/Makefile')
-rw-r--r-- | games/xevil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 85baf946479..7558ea85ecd 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -18,9 +18,10 @@ OPTIONS_DEFINE= DOCS NO_WRKSUBDIR=yes +USES= dos2unix USE_ZIP= yes USE_XORG= xpm -USE_DOS2UNIX= *.cpp *.h config.mk makefile +DOS2UNIX_GLOB= *.cpp *.h config.mk makefile MAKEFILE= makefile MAKE_ARGS= DEPTH="${WRKSRC}" ALL_TARGET= ${OPSYS:L} |