Add missing USES=makeinfo
This commit is contained in:
parent
590da593ef
commit
953381eb6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483825
1 changed files with 6 additions and 1 deletions
|
@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
|
|||
USES= gmake libtool pathfix python
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= blitzpp
|
||||
|
@ -29,9 +30,13 @@ PORTDOCS= AUTHORS ChangeLog* LEGAL README NEWS \
|
|||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SUB= yes
|
||||
DOCS_INFO= blitz
|
||||
DOCS_SUB_PLIST= ""
|
||||
DOCS_USES= makeinfo
|
||||
|
||||
ALL_TARGET= all
|
||||
DOCS_ALL_TARGET= info
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
DOCS_INSTALL_TARGET= install-info
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|g++|\$${CXX}|g ; \
|
||||
|
|
Loading…
Reference in a new issue