diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:39 +0000 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /irc/quassel | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) |
*: fix tab vs. space issues, and comments according to the guide.
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 |