mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/bibtex2html: fix build on powerpc
This commit is contained in:
parent
81b455c282
commit
7c591f2da6
1 changed files with 6 additions and 0 deletions
|
@ -30,4 +30,10 @@ PDFDOCS_USE= TEX=latex:build
|
||||||
PDFDOCS_CONFIGURE_ENABLE= doc
|
PDFDOCS_CONFIGURE_ENABLE= doc
|
||||||
PDFDOCS_INSTALL_TARGET= install install-doc
|
PDFDOCS_INSTALL_TARGET= install install-doc
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue