aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-08-19 23:43:03 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-08-19 23:43:03 +0000
commitdd5c81c759afe58d990bff1bef5a358688b94261 (patch)
treef63046a2e72f9e6fc16a8cf1088acfaa19ddb591 /irc
parent6d04b771850e63ac15d3cec0eff9d8321458522e (diff)
downloadports-dd5c81c759afe58d990bff1bef5a358688b94261.tar.gz
ports-dd5c81c759afe58d990bff1bef5a358688b94261.zip
irc/quassel: Fix build
Diffstat (limited to 'irc')
-rw-r--r--irc/quassel/Makefile2
1 files changed, 2 insertions, 0 deletions
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