diff options
Diffstat (limited to 'devel/cmake-gui/Makefile')
-rw-r--r-- | devel/cmake-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index a1c7a90ba3bc..580242c8e6b0 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -12,9 +12,9 @@ COMMENT= Qt-based GUI for CMake LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright.txt -BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexpat.so:${PORTSDIR}/textproc/expat2 +BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 USE_QT5= core gui widgets buildtools_build qmake_build USES= cmake:run desktop-file-utils libarchive shared-mime-info |