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 | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircII/Makefile | 2 | ||||
-rw-r--r-- | irc/quassel/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 355ee43f9be8..7bfd4a442c0f 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -11,7 +11,7 @@ COMMENT= Small and high extensible IRC client LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-warnings +CONFIGURE_ARGS= --with-warnings DATADIR= ${PREFIX}/share/irc USES= cpe iconv ncurses tar:bzip2 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 |