diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-01 22:09:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-01 22:09:10 +0000 |
commit | 1e92f548308a5d7e551d2b7c1936bfca616a9564 (patch) | |
tree | f2e1d72433d64b21ca04f95f21b2d31460527195 /biology/mapm3 | |
parent | d3c4b41ff38e36fd4443daf449c7ee934fcf972a (diff) | |
download | ports-1e92f548308a5d7e551d2b7c1936bfca616a9564.tar.gz ports-1e92f548308a5d7e551d2b7c1936bfca616a9564.zip |
Notes
Diffstat (limited to 'biology/mapm3')
-rw-r--r-- | biology/mapm3/Makefile | 2 |
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: |