pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

newsraft: added build links



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Sun Dec 31 10:42:33 2023 -0500
Changeset:	7ba0c499d83cea23bd92f63d87ea14e9fc7bd529

Modified Files:
	newsraft/Makefile

Log Message:
newsraft: added build links

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ba0c499d83cea23bd92f63d87ea14e9fc7bd529

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 newsraft/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/newsraft/Makefile b/newsraft/Makefile
index 23c3386f9b..9bb9da1e16 100644
--- a/newsraft/Makefile
+++ b/newsraft/Makefile
@@ -12,7 +12,11 @@ LICENSE=	isc
 WRKSRC=	${WRKDIR}/newsraft
 
 USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c
+MAKE_FILE=	makefile
 
+# According to the documentation, curl and yajl are runtime
+# depends as well.
 DEPENDS+=	curl>=7.87.0:../../www/curl
 DEPENDS+=	expat>=2.4.8:../../textproc/expat
 # TODO: this is the Google version we need
@@ -23,4 +27,7 @@ DEPENDS+=	sqlite3>=3.36.0:../../databases/sqlite3
 DEPENDS+=	yajl>=2.1.0:../../devel/yajl
 TOOL_DEPENDS+=	scdoc-[0-9]*:../../textproc/scdoc
 
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../devel/yajl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index