diff options
author | marino <marino@FreeBSD.org> | 2016-02-02 06:09:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-02 06:09:10 +0800 |
commit | 340b75454044b97597a9821e62925c1afc7d6a26 (patch) | |
tree | f2e1d72433d64b21ca04f95f21b2d31460527195 /biology | |
parent | a46d302769372dfd38a4bb90ae9b474efc7c83ca (diff) | |
download | freebsd-ports-gnome-340b75454044b97597a9821e62925c1afc7d6a26.tar.gz freebsd-ports-gnome-340b75454044b97597a9821e62925c1afc7d6a26.tar.zst freebsd-ports-gnome-340b75454044b97597a9821e62925c1afc7d6a26.zip |
biology/mapm3: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link with libncurses, not libtermcap
approved by: infrastructure blanket
Diffstat (limited to 'biology')
-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: |