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:
parent
2ee80e4706
commit
82f175ba80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user