diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-02-25 13:16:35 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-02-25 13:16:35 +0000 |
commit | 2715b5f07082c5b31193d19b909ae8f251f84708 (patch) | |
tree | 349dc257cb531833a07fe94ae1397a9269b50ce9 /net-p2p/bitcoin | |
parent | 3de196922fff1b33b2f083b4383f37466f36c119 (diff) |
Notes
Diffstat (limited to 'net-p2p/bitcoin')
-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 fd8b8b047da7..fad0b460ec90 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 |