diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /biology/avida | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Notes
Notes:
svn path=/head/; revision=317525
Diffstat (limited to 'biology/avida')
-rw-r--r-- | biology/avida/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index f166fb9b6515..89b9f44ddec5 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv3 OPTIONS_DEFINE= DOCS -USE_NCURSES= yes -USES= cmake:outsource +USES= cmake:outsource ncurses MAKE_JOBS_SAFE= yes PORTDOCS= * |