Date: Fri, 18 Nov 2016 15:58:32 +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: r426329 - head/comms/uhd Message-ID: <201611181558.uAIFwWBh060923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Nov 18 15:58:32 2016 New Revision: 426329 URL: https://svnweb.freebsd.org/changeset/ports/426329 Log: comms/uhd: Document ncurses requirement Approved by: ncurses blanket Modified: head/comms/uhd/Makefile Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Fri Nov 18 15:47:06 2016 (r426328) +++ head/comms/uhd/Makefile Fri Nov 18 15:58:32 2016 (r426329) @@ -24,7 +24,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos orcc:devel/orc \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako -USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix python:2.7 +USES= compiler:c++0x cmake:outsource gmake ncurses pkgconfig \ + dos2unix python:2.7 USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611181558.uAIFwWBh060923>