diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 03:58:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 03:58:56 +0000 |
commit | 057bc4044dae13346913761a4971b25c1d5baf45 (patch) | |
tree | e2ce00173b84f95f04f41f98fba4da41b18cc74c /games/solarconquest | |
parent | 3d651db17fc496cea4c1a713e8be1f9e746d96fe (diff) |
Notes
Diffstat (limited to 'games/solarconquest')
-rw-r--r-- | games/solarconquest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/solarconquest/Makefile b/games/solarconquest/Makefile index 585dee2b0646..6f8132dcbf10 100644 --- a/games/solarconquest/Makefile +++ b/games/solarconquest/Makefile @@ -13,9 +13,10 @@ DISTNAME= SolarConquest MAINTAINER= amdmi3@FreeBSD.org COMMENT= Space 2D action game with plenty of shooting +USES= dos2unix USE_SDL= sdl mixer image USE_GL= yes -USE_DOS2UNIX= makefile source/MenuScreen.h source/main.cpp +DOS2UNIX_FILES= makefile source/MenuScreen.h source/main.cpp MAKEFILE= makefile |