diff options
Diffstat (limited to 'irc/quassel')
-rw-r--r-- | irc/quassel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 2d82f6d2c5e3..cbd056d9ef1b 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -10,7 +10,7 @@ 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 +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 |