1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/luv: Add USES=localbase

It's not clear to me whether luv is failing for anybody else, but it
failed for me because LOCALBASE/include wasn't in the header path.
USES=localbase fixes this.
This commit is contained in:
Adam Weinberger 2024-04-15 07:19:17 -04:00
parent 2ee80e4706
commit 82f175ba80

View File

@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libuv.so:devel/libuv
USES= cmake luajit
USES= cmake localbase luajit
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS