diff options
Diffstat (limited to 'games/bs/Makefile')
-rw-r--r-- | games/bs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 383d37351397..e013eda4ee30 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -6,14 +6,16 @@ # PORTNAME= bs -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bs/ MAINTAINER= ports@FreeBSD.org COMMENT= Battleships solitaire game with a color interface +MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty + MAN6= bs.6 do-install: |