git: dd5c81c759af - main - irc/quassel: Fix build

Kevin Bowling kbowling at FreeBSD.org
Thu Aug 19 23:43:34 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd5c81c759afe58d990bff1bef5a358688b94261

commit dd5c81c759afe58d990bff1bef5a358688b94261
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-08-19 23:43:03 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-08-19 23:43:03 +0000

    irc/quassel: Fix build
---
 irc/quassel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 79fbd6eb5aae..2d82f6d2c5e3 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -10,6 +10,8 @@ COMMENT?=	Qt 5 based distributed IRC client (client and monolithic binary)
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=  ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs
+
 USES=		cmake compiler:c++11-lib cpe pkgconfig qca qt:5 tar:bzip2
 USE_GITHUB=	yes
 USE_OPENLDAP=	yes


More information about the dev-commits-ports-main mailing list