diff options
-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: |