diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-01-17 18:20:28 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-01-17 18:20:28 +0000 |
commit | 6fe68d903a9d074cd374e2928893c0d1a9d247e8 (patch) | |
tree | 8b00db8fd24802678fdc759d3886f394d7903998 /devel/cmake-gui | |
parent | 9a067d7673e674e3779e1050e93148f925d7da51 (diff) | |
download | ports-6fe68d903a9d074cd374e2928893c0d1a9d247e8.tar.gz ports-6fe68d903a9d074cd374e2928893c0d1a9d247e8.zip |
Notes
Diffstat (limited to 'devel/cmake-gui')
-rw-r--r-- | devel/cmake-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 917bd56c604a..683fd3a25f5a 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/Copyright.txt BUILD_DEPENDS= sphinx-build:textproc/py-sphinx LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ - libjsoncpp.so:devel/jsoncpp + libjsoncpp.so:devel/jsoncpp \ + libuv.so:devel/libuv USE_QT5= core gui widgets buildtools_build qmake_build USES= cmake:run desktop-file-utils execinfo libarchive \ |