diff options
author | marino <marino@FreeBSD.org> | 2016-11-18 23:58:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-18 23:58:32 +0800 |
commit | e829963f039e0f5357a9441ad2005a57e146ccbe (patch) | |
tree | 504b4e3a7a7c173a364b736ab411ab0f2e368293 /comms | |
parent | 6537603d55fe51a65f2649b6af8a1a9d0c5e1f6e (diff) | |
download | freebsd-ports-gnome-e829963f039e0f5357a9441ad2005a57e146ccbe.tar.gz freebsd-ports-gnome-e829963f039e0f5357a9441ad2005a57e146ccbe.tar.zst freebsd-ports-gnome-e829963f039e0f5357a9441ad2005a57e146ccbe.zip |
comms/uhd: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uhd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index af47ea057db4..ffabd40903b4 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -24,7 +24,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ 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 |