forked from Lainports/freebsd-ports
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 \
|
DOCS_DISTFILES+= ${PORTNAME}-${PORTVERSION}-manual.pdf \
|
||||||
${PORTNAME}-${PORTVERSION}-manual.tar.gz
|
${PORTNAME}-${PORTVERSION}-manual.tar.gz
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/esponja
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/esponja
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bibhva
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bibhva
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue