diff options
-rw-r--r-- | devel/boost/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 8ac904cd60cb..1e55536c7872 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -128,6 +128,8 @@ BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdaxp/bjam BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdsparc/bjam .elif ${ARCH} == ia64 BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdia64/bjam +.elif ${ARCH} == powerpc +BJAM= ${WRKSRC}/tools/jam/src/bin.freebsdppc/bjam .else BJAM= ${WRKSRC}/tools/jam/src/bin.freebsd/bjam .endif |