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/species | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) | |
download | ports-02e619a5d80d666372fdf370624b2d6c016de0d5.tar.gz ports-02e619a5d80d666372fdf370624b2d6c016de0d5.zip |
Notes
Diffstat (limited to 'games/species')
-rw-r--r-- | games/species/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/species/Makefile b/games/species/Makefile index a06bcb8a0ec8..b99743456699 100644 --- a/games/species/Makefile +++ b/games/species/Makefile @@ -11,9 +11,8 @@ DISTNAME= redcoder MAINTAINER= ports@FreeBSD.org COMMENT= Corewars evolver - generates warriors using genetic algorithms -USE_DOS2UNIX= yes USE_BZIP2= yes -USES= gmake +USES= gmake dos2unix WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= VISITOOL |