diff options
author | tijl <tijl@FreeBSD.org> | 2018-10-19 04:23:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-10-19 04:23:18 +0800 |
commit | 0391a6a9054d425428f48e1efb35a2feb191b9c6 (patch) | |
tree | f704de126ee859bfab20d0efc577da38c6c273e0 /net/linphone/Makefile | |
parent | 495e3f562c450a450e85d741eeec73f68670bffc (diff) | |
download | freebsd-ports-gnome-0391a6a9054d425428f48e1efb35a2feb191b9c6.tar.gz freebsd-ports-gnome-0391a6a9054d425428f48e1efb35a2feb191b9c6.tar.zst freebsd-ports-gnome-0391a6a9054d425428f48e1efb35a2feb191b9c6.zip |
- Add missing Qt build dependencies.
- Patch CMakeLists.txt so bash isn't needed during build.
Submitted by: swills
Diffstat (limited to 'net/linphone/Makefile')
-rw-r--r-- | net/linphone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile index 2448bcd59b17..8b55cb3baeb7 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -15,8 +15,8 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ liblinphone++.so:net/liblinphone USES= cmake:outsource pkgconfig qt:5 -USE_QT= concurrent core gui linguisttools network qml quick \ - quickcontrols2 speech svg testlib widgets +USE_QT= buildtools_build concurrent core gui linguisttools network \ + qmake_build qml quick quickcontrols2 speech svg testlib widgets post-patch: @${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \ |