summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-19 14:56:46 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-19 14:56:46 +0000
commit8ef8485274e31b9795194b7a129b1f3d87c82d0d (patch)
tree594a005de34c90bca9b78992fa25863e142b703f /biology
parent- enable sparc64 (diff)
biology/avida: Fix ncurses from ports support
Notes
Notes: svn path=/head/; revision=426378
Diffstat (limited to 'biology')
-rw-r--r--biology/avida/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 5a0d89b11ba0..2bbaef108e79 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -19,7 +19,9 @@ BROKEN_sparc64= missing atomics implementation
BROKEN_powerpc64= Does not build on powerpc64
USES= cmake:outsource ncurses
-CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF -DAVD_UNIT_TESTS:BOOL=OFF
+CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF \
+ -DAVD_UNIT_TESTS:BOOL=OFF \
+ -DNCURSES_INCLUDE_PATH:STRING="${NCURSESINC}"
PORTDOCS= *
PLIST_FILES= ${BIN_FILES:S|^|bin/|} \