aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/boost/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile
index 061ec534fe29..1e420b5328a8 100644
--- a/devel/boost/Makefile
+++ b/devel/boost/Makefile
@@ -36,11 +36,18 @@ PLIST_SUB= BOOST_PYTHON="@comment "
INSTALLS_SHLIB= yes
DOCFILES= *.css *.gif *.htm *.html *.jpeg *.jpg *.png
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == alpha
+BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdaxp/bjam
+.elif ${ARCH} == sparc64
+BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdsparc/bjam
+.else
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsd/bjam
+.endif
COMPILED_LIBS+= date_time filesystem regex signals test thread
-.include <bsd.port.pre.mk>
do-configure:
# for -pthread options