mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/hevea: fix build on powerpc
This commit is contained in:
parent
f65f1fb662
commit
7254a8aa91
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ OPTIONS_DEFINE= DOCS
|
|||
DOCS_DISTFILES+= ${PORTNAME}-${PORTVERSION}-manual.pdf \
|
||||
${PORTNAME}-${PORTVERSION}-manual.tar.gz
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/esponja
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bibhva
|
||||
|
|
Loading…
Add table
Reference in a new issue