aboutsummaryrefslogtreecommitdiff
path: root/biology/mapm3
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-01 22:09:10 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-01 22:09:10 +0000
commit1e92f548308a5d7e551d2b7c1936bfca616a9564 (patch)
treef2e1d72433d64b21ca04f95f21b2d31460527195 /biology/mapm3
parentd3c4b41ff38e36fd4443daf449c7ee934fcf972a (diff)
downloadports-1e92f548308a5d7e551d2b7c1936bfca616a9564.tar.gz
ports-1e92f548308a5d7e551d2b7c1936bfca616a9564.zip
biology/mapm3: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link with libncurses, not libtermcap approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=407778
Diffstat (limited to 'biology/mapm3')
-rw-r--r--biology/mapm3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/mapm3/Makefile b/biology/mapm3/Makefile
index 6eb6b74187a5..f0f5ed61c629 100644
--- a/biology/mapm3/Makefile
+++ b/biology/mapm3/Makefile
@@ -14,9 +14,11 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= tphilipp@potion-studios.com
COMMENT= Constructs linkage maps of markers segregating in experimental crosses
+USES= ncurses
USE_CSTD= gnu89
CFLAGS+= -Wno-return-type
NO_WRKSUBDIR= yes
+MAKE_ARGS+= SYS_LIBS="${LDFLAGS} -lm -lncurses"
MAKE_JOBS_UNSAFE= yes
post-patch: