Fix build with bmake
This commit is contained in:
parent
dc8c5cb37a
commit
44c8a1e098
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317355
1 changed files with 7 additions and 1 deletions
|
@ -16,8 +16,14 @@ USE_AUTOTOOLS= libtool
|
|||
USE_LDCONFIG= YES
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
.ifdef NOPORTDOCS
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue