Date: Mon, 1 Feb 2016 22:09:10 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407778 - head/biology/mapm3 Message-ID: <201602012209.u11M9AWS046672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Feb 1 22:09:10 2016 New Revision: 407778 URL: https://svnweb.freebsd.org/changeset/ports/407778 Log: biology/mapm3: document ncurses rqmt (USES+=ncurses), respect LDFLAGS Also link with libncurses, not libtermcap approved by: infrastructure blanket Modified: head/biology/mapm3/Makefile Modified: head/biology/mapm3/Makefile ============================================================================== --- head/biology/mapm3/Makefile Mon Feb 1 22:05:51 2016 (r407777) +++ head/biology/mapm3/Makefile Mon Feb 1 22:09:10 2016 (r407778) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602012209.u11M9AWS046672>