mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
net-p2p/bitcoin: Use linguisttools, 45 less dependencies
Take advantage of the new qt4-linguisttools port [1] to eliminate 45 build dependencies. [1] https://svnweb.freebsd.org/changeset/ports/379843 PR: 198024 Submitted by: Robert Backhaus <robbak gmail com> (maintainer)
This commit is contained in:
parent
3de196922f
commit
2715b5f070
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379909
@ -22,7 +22,7 @@ SLAVE_PORT?= no
|
||||
|
||||
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
|
||||
USES+= desktop-file-utils
|
||||
USE_QT4= corelib gui moc_build linguist_build network qmake_build \
|
||||
USE_QT4= corelib gui moc_build linguisttools_build network qmake_build \
|
||||
rcc_build uic_build
|
||||
|
||||
BUILD_DEPENDS+= protoc:${PORTSDIR}/devel/protobuf
|
||||
|
Loading…
Reference in New Issue
Block a user