diff options
author | koobs <koobs@FreeBSD.org> | 2015-02-25 21:16:35 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-02-25 21:16:35 +0800 |
commit | 1d0df4d399be94faadb5fe4722134f07ad5c662a (patch) | |
tree | 349dc257cb531833a07fe94ae1397a9269b50ce9 /net-p2p | |
parent | ab03caf1978005914955b38fa2196d3d83c66930 (diff) | |
download | freebsd-ports-graphics-1d0df4d399be94faadb5fe4722134f07ad5c662a.tar.gz freebsd-ports-graphics-1d0df4d399be94faadb5fe4722134f07ad5c662a.tar.zst freebsd-ports-graphics-1d0df4d399be94faadb5fe4722134f07ad5c662a.zip |
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)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index fd8b8b047da..fad0b460ec9 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -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 |