git: d20b4bddf944 - main - devel/hoel: Makefile tweaks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 May 2022 01:47:41 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=d20b4bddf944d11c267d3435e86d6d14fcb5c69e commit d20b4bddf944d11c267d3435e86d6d14fcb5c69e Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-05-09 01:44:22 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2022-05-09 01:47:32 +0000 devel/hoel: Makefile tweaks No affect on build, just removing += which were not necessary. --- devel/hoel/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/hoel/Makefile b/devel/hoel/Makefile index d72cadc39878..1b4f336c8b34 100644 --- a/devel/hoel/Makefile +++ b/devel/hoel/Makefile @@ -14,13 +14,13 @@ USES= cmake USE_GITHUB= yes GH_ACCOUNT= babelouest -LIB_DEPENDS+= libjansson.so:devel/jansson \ +LIB_DEPENDS= libjansson.so:devel/jansson \ liborcania.so:devel/orcania -BUILD_DEPENDS+= orcania>0:devel/orcania \ +BUILD_DEPENDS= orcania>0:devel/orcania \ yder>0:devel/yder -RUN_DEPENDS+= jansson>0:devel/jansson \ +RUN_DEPENDS= jansson>0:devel/jansson \ yder>0:devel/yder OPTIONS_DEFINE= MARIADB PGSQL SQLITE3 @@ -40,7 +40,7 @@ SQLITE3_CMAKE_BOOL= WITH_SQLITE3 PLIST_SUB= PORTVERSION=${PORTVERSION} -CMAKE_ARGS= -DWITH_JOURNALD=off -CMAKE_ARGS+= -DDOWNLOAD_DEPENDENCIES=off +CMAKE_ARGS= -DWITH_JOURNALD=off \ + -DDOWNLOAD_DEPENDENCIES=off .include <bsd.port.mk>