pkgsrc-WIP-changes archive

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

fennel: Depends on Lua at build-time, too



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Sat May 21 19:31:55 2022 -0700
Changeset:	8c54ae51cd3c3b169ef9c32c98bd6a68ceb8574f

Modified Files:
	fennel/Makefile

Log Message:
fennel: Depends on Lua at build-time, too

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

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

diffstat:
 fennel/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/fennel/Makefile b/fennel/Makefile
index 9edfc5c53d..18261d7179 100644
--- a/fennel/Makefile
+++ b/fennel/Makefile
@@ -16,6 +16,8 @@ NO_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/${PKGNAME}
 
+DEPENDS+=	${LUA_BASEDEPENDS}
+
 BUILD_TARGET=	build
 
 # We can't use lang/lua/application.mk's 'REPLACE_LUA' facility because that
@@ -31,4 +33,5 @@ INSTALL_MAKE_FLAGS+=	PREFIX=${PREFIX}
 INSTALL_MAKE_FLAGS+=	MAN_DIR=${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../lang/lua/application.mk"
+.include "../../lang/lua/tool.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index